DB2 Version 9.7 for Linux, UNIX, and Windows

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.