Administrative API Reference
Frees the memory allocated by db2AutoConfig.
Authorization
sysadm
Required Connection
Database
Version
db2AuCfg.h
C API Syntax
SQL_API_RC_SQL_API_FN
db2AutoConfigFreeMemory(
db2Uint32 db2VersionNumber,
void * pAutoConfigInterface,
struct sqlca * pSqlca);
API Parameters
- db2VersionNumber
- Input. Specifies the version and release level of the structure
passed in as the second parameter, pAutoConfigInterface.
- pAutoConfigInterface
- Input. A pointer to the db2AutoConfigInterface
structure.
- pSqlca
- Output. A pointer to the sqlca structure. For
more information about this structure, see SQLCA.
Sample Programs
- C
- \sqllib\samples\cpp\autoconf.sqc
[ Top of Page | Previous Page | Next Page ]