IRS_media_chk_reset

#include <irs.h>

typedef struct IRS_media_chk_reset {
    UCHAR   filler7;             // must be IRS_MEDIA_CHECK_RESET
    UCHAR   filler8;             // result; see below
    UCHAR   IRS_m_c_r_designtr;  // volume designator for device
    ULONG   IRS_m_c_r_vrp;       // address of VRP for device
} IRS_media_chk_reset, *PIRS_media_chk_reset;
 

Contains information for a IRS_MEDIA_CHECK_RESET function.

filler8
Function result. Can be IRS_M_C_R_SUCCESS if media has not been changed or IRS_M_C_R_UNCERTAIN if media might have changed.
IRS_m_c_r_designtr
Zero-based drive number. Can be 0 for A, 1 for B, and so on.

See Also

IRS, VRP