IBM Books

Image, Audio, and Video Extenders Administration and Programming

QbCloseCatalog


Image Audio Video
X    

Closes the catalog. The API frees the opened catalog handle and the allocated resources.

Authorization

None

Library file
OS/2 and Windows AIX, HP-UX, and Solaris
dmbqbapi.lib libdmbqbapi.a (AIX)

libdmbqbapi.sl (HP-UX)

libdmbqbapi.so (Solaris)

Include file

dmbqbapi.h

Syntax

SQLRETURN QbCloseCatalog(
      QbCatalogHandle cHdl
      );

Parameters

cHdl (in)
A pointer to the handle of the catalog.

Error codes

qbicECIvalidHandle
The catalog handle is not valid.

Examples

Close the catalog identified by the handle CatHdl:

#include <dmbqbapi.h>
 
rc = QbCloseCatalog(CatHdl);


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]