[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

AlGetSize()

Get the number of records in a language or message database

Synopsis:

include <photon/Al.h>

unsigned AlGetSize( AlDataBase_t const *db );

Arguments:

db
A pointer to a AlDataBase_t structure for the database, returned by AlOpenDBase().

Library:

phexlib

Description:

This function returns the number of records in the database identified by db.

Returns:

The number of records.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

AlClearTranslation(), AlCloseDBase(), AlGetEntry(), AlOpenDBase(), AlReadTranslation(), AlSaveTranslation(), AlSetEntry(), ApCloseMessageDB(), ApGetMessage(), ApLoadMessageDB()

International Language Support chapter of the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]