#include <irs.h>
typedef struct IRS_get_logical_drives {
struct IRS_header IRS_g_l_d_hdr;
UCHAR IRS_g_l_d_designtr; // int 13 unit designator for device
ULONG IRS_g_l_d_drivemap; // Bitmap of logical drives
UCHAR IRS_g_l_d_pad; // Pad structure to DWORD boundary
} IRS_get_logical_drives, *PIRS_get_logical_drives;
Contains information for a IRS_GET_LOGICAL_DRVS function.
IRS