#include <isp.h>
typedef struct ISP_GET_FRST_NXT_DCB {
ISP ISP_gfnd_hdr; // Standard header
ULONG ISP_gfnd_dcb_offset; // address of current DCB; see below
ULONG ISP_gfnd_found_dcb; // address of next DCB; see below
BYTE ISP_gfnd_dcb_type; // device type or 0ffh
UCHAR ISP_pad7[3]; // Pad to DWORD boundary
} ISP_GET_FRST_NXT_DCB, *PISP_GET_FRST_NXT_DCB;
Contains information for a ISP_GET_FRST_NEXT_DCB function.
DCB