AEP_mnt_notify

typedef struct AEP_mnt_notify {
    struct AEPHDR  AEP_m_n_hdr;  // AEP_MOUNT_NOTIFY
    PVOID  AEP_m_n_pvrp;         // VRP of drive 
    ULONG  AEP_m_n_drivemap;     // bitmap of child volumes 
    ULONG  AEP_m_n_drive;        // drive number of drive just mounted
    ULONG  AEP_m_n_effective_drive;  // effective drive number
    ULONG  AEP_m_n_actual_drive;     // actual drive number 
} AEP_mnt_notify, *PAEP_mnt_notify;

Contains information for an AEP_MOUNT_NOTIFY function.

See Also

AEP, VRP