This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Get an entry from a language or message database
include <photon/Al.h> const AlTextEntry_t *AlGetEntry( AlDataBase_t const *db, unsigned n );
phexlib
AlGetEntry() returns the nth record from the language or message database specified by db.
The AlTextEntry_t structure contains at least the following members:
A pointer to the record retrieved, or NULL if there isn't a record corresponding to n.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
AlClearTranslation(), AlCloseDBase(), AlGetSize(), AlOpenDBase(), AlReadTranslation(), AlSaveTranslation(), AlSetEntry(), ApCloseMessageDB(), ApGetMessage(), ApLoadMessageDB()
International Language Support chapter of the Photon Programmer's Guide