IBM Books

Image, Audio, and Video Extenders Administration and Programming

QbGetCatalogInfo


Image Audio Video
X    

Returns a QbCatalogInfo structure that contains the following information:

Authorization

Select

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 QbGetCatalogInfo(
      QbCatalogHandle cHdl,
      QbCatalogInfo *catInfo
      );

Parameters

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

catInfo (out)
The catalog information structure.

Error codes

qbicECIvalidHandle
The catalog handle is not valid.

Examples

Get information about the catalog identified by the handle CatHdl and return it in a structure called catInfo:

#include <dmbqbapi.h>
 
rc = QbGetCatalogInfo(CatHdl, &catInfo);


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