#include <irs.h>
typedef struct IRS_mnt_notify { //
struct IRS_header IRS_m_n_hdr;
USHORT IRS_m_n_drive; // Drive number (0 = A:, ...)
void *IRS_m_n_pvrp; // VRP pointer
ULONG IRS_m_n_drivemap; // Bitmap of child volumes
ULONG IRS_m_n_effective_drive; // Effective drive number
ULONG IRS_m_n_actual_drive; // Actual drive number
} IRS_mnt_notify, *PIRS_mnt_notify;
Contains information for a IRS_MOUNT_NOTIFY function.
IRS