#include <isp.h>
typedef struct ISP_dcb_get {
ISP ISP_g_d_hdr; // Standard header
ULONG ISP_g_d_dcb; // address of DCB reported by the ISP_GET_DCB service.
ULONG ISP_g_d_drive; // relative drive number of desired drive info (0=a:. 1=b, etc.)
} ISP_dcb_get, *PISP_get_dcb;
Contains information for a ISP_GET_DCB function. Set the IORF_PHYS_CMD flag in the relative drive number field, if obtaining information for a physical device.
DCB, ISP