DB2 Version 9.7 for Linux, UNIX, and Windows

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.
Table 1. Fields in the Init_output Structure
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 ;