typedef struct AEP_vrp_create_destroy {
struct AEPHDR AEP_v_cd_hdr; // AEP_CREATE_VRP or AEP_DESTROY_VRP
PVOID AEP_v_cd_pvrp; // address of VRP
ULONG AEP_v_cd_drive; // drive number
} AEP_vrp_create_destroy, *PAEP_vrp_create_destroy;
Contains information for AEP_CREATE_VRP and AEP_DESTROY_VRP functions.