#include <isp.h>
typedef struct ISP_calldown_insert {
ISP ISP_i_cd_hdr; // Standard header
ULONG ISP_i_cd_dcb; // address of DCB
PVOID ISP_i_cd_req; // address of request routine; see below
ULONG ISP_i_cd_ddb; // address of DDB
USHORT ISP_i_cd_expan_len; // size of IOP expansion; see below
ULONG ISP_i_cd_flags; // demand flags
UCHAR ISP_i_cd_lgn; // load group number; see below
UCHAR ISP_pad4[1]; // Pad to DWORD boundary
} ISP_calldown_insert, *PISP_calldown_insert;
Contains information for a ISP_INSERT_CALLDOWN function.
DCB, DDB, IOP, ISP, AEP