DB2 Version 9.7 for Linux, UNIX, and Windows

db2AutoConfigFreeMemory API - Free the memory allocated by the db2AutoConfig API

Frees the memory allocated by the db2AutoConfig API.

Authorization

sysadm

Required connection

Database

API include file

db2AuCfg.h 

API and data structure syntax

SQL_API_RC SQL_API_FN
db2AutoConfigFreeMemory(
  db2Uint32 db2VersionNumber,                
  void * pAutoConfigInterface,
  struct sqlca * pSqlca);

db2AutoConfigFreeMemory 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.