IRS_vrp_replace

#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.

IRS_v_r_flags
Flags indicating the mounting. Can be IRS_V_R_CHAR to indicate a character device or IRS_V_R_DEF.
IRS_v_r_new_vrp
Address of a new VRP structure. If this member is zero, the deallocated structure is not replaced.

See Also

VRP