#include <isp.h>
typedef struct ISP_ddb_create { //
ISP ISP_ddb_hdr; // Standard header
USHORT ISP_ddb_size; // size of DDB to create, in bytes
ULONG ISP_ddb_ptr; // address of DDB
UCHAR ISP_ddb_flags; // flags; see below
UCHAR ISP_pad0[1]; // Pad to DWORD boundary
} ISP_ddb_create, *PISP_ddb_create;
Contains information for the ISP_CREATE_DDB function.
DDB, ISP