IRS_mnt_notify


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

Result. Can be IRS_M_N_SUCCESS to indicate nothing to do or IRS_M_N_REMOUNTto remount the drive.

See also IRS