Init_output data structure
Contains a control block for the session and information returned by the backup
and restore vendor storage plug-in to Db2®.
This
data structure is used by the sqluvint and sqluvdel
APIs.
| Field Name | Data Type | Description |
|---|---|---|
| vendor_session | struct Vendor_info | Contains information to identify the vendor to Db2. |
| pVendorCB | void | Vendor control block. |
| reserve | void | Reserved for future use. |
API and data structure syntax
typedef struct Init_output
{
struct Vendor_info * vendor_session;
void * pVendorCB;
void * reserve;
} Init_output ;