AlCloseDBase()

Close a language or message database

Synopsis:

#include <photon/Al.h>

void AlCloseDBase( AlDataBase_t *db );

Arguments:

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

Library:

phexlib

Description:

AlCloseDBase() closes the language or message database specified by db, releasing all the associated resources.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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

International Language Support chapter of the Photon Programmer's Guide