db2ACS_Options Db2 Advanced Copy Services (ACS) API data structure

db2ACS_Options specifies options to be used for a Db2 ACS operation. This contents of this string is specific to the Db2 ACS API driver.


/* ==========================================================================
 * Db2 Backup Adapter User Options
 * ========================================================================== */
typedef struct db2ACS_Options
{
   db2Uint32                  size;
   void                     * data;
} db2ACS_Options;
size
Data type: db2Uint32.

Size of data, in bytes.

data
Data type: void *.

Pointer to a block of memory that contains the options.