#include <irs.h>
typedef struct IRS_vrp_replace {
UCHAR filler3; // IRS_REPLACE_VRP
UCHAR filler4; // zero if successful
UCHAR IRS_v_r_designtr; // address of VRP to deallocate
UCHAR IRS_v_r_flags; // flags; see below
ULONG IRS_v_r_old_vrp; // address of VRP to deallocate
ULONG IRS_v_r_new_vrp; // address of new VRP or zero if none
} IRS_vrp_replace, *PIRS_vrp_replace;
Contains information for the IRS_REPLACE_VRP function.
VRP