db2ACS_VendorInfo Db2 Advanced Copy Services (ACS) API data structure
db2ACS_VendorInfo
contains information
about the Db2
ACS API driver.
/* ==========================================================================
* Storage Vendor Identifier
* ========================================================================== */
typedef struct db2ACS_VendorInfo
{
void * vendorCB; /* Vendor control block */
db2Uint32 version; /* Current version */
db2Uint32 release; /* Current release */
db2Uint32 level; /* Current level */
char signature[DB2ACS_MAX_VENDORID_SZ + 1];
} db2ACS_VendorInfo;
- vendorCB
- Data type:
void *
.Pointer to a control block that is specific to the Db2 ACS API driver.
- version
- Data type:
db2Uint32
.Version of the Db2 ACS API driver.
- release
- Data type:
db2Uint32
.Release level of the Db2 ACS API driver.
- level
- Data type:
db2Uint32
.Level identifier for the Db2 ACS API driver.
- signature
- Data type:
db2ACS_VendorSignature
.A character string of length
DB2ACS_MAX_VENDORID_SZ + 1
.