This structure contains the output returned by the vendor device.
Table 89. 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. |
Language Syntax
C Structure
typedef struct Init_output { struct Vendor_info *vendor_session; void *pVendorCB; void *reserve; } Init_output; |