ISP_dcb_create


#include <isp.h>

typedef struct ISP_dcb_create {  //
    ISP    ISP_dcb_hdr;   // Standard header
    USHORT ISP_dcb_size;  // size of DCB to create, in bytes
    ULONG  ISP_dcb_ptr;   // address of DCB
    UCHAR  ISP_pad1[2];   // Pad to DWORD boundary
} ISP_dcb_create, *PISP_dcb_create;

Contains information for a ISP_CREATE_DCB function.

See also DCB, ISP