IRS_drv_comp


#include <irs.h>

typedef struct IRS_drv_comp {  
    struct IRS_header IRS_i_d_c_hdr;
    UCHAR  IRS_i_d_c_drive;  // drive number (0 = A:, ...)
    UCHAR  IRS_i_d_c_flags;  // flags; see below
} IRS_drv_comp, *PIRS_drv_comp;

Contains information for a IRS_IS_DRVCOMPRESSED function.

IRS_i_d_c_flags

Flags. Can be IRS_I_D_C_COMP to indicate that drive is compressed or IRS_I_D_C_PM_COMP to indicates that drive is compressed through protected mode.

See also IRS