ISP_ddb_create


#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.

ISP_ddb_flags

Flags. Can be ISP_DDB_FLAG_NEED_PHYS_CONTIG to indicate that the DDB must be physically contiguous. The DDB_phys_addr member is valid only if this value is set.

See also DDB, ISP