Get a message from a message database
char *ApGetMessage( ApMsgDBase_t *db, const char *tag );
Ap
A message database is a file containing textual messages. ApGetMessage() can be used to retrieve the message with the given tag from the database specified by db.
The message corresponding to the tag, or NULL if the tag wasn't found in the database.
Don't change the message string. |
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
ApCloseMessageDB(), ApLoadMessageDB()
International Language Support chapter of the Photon Programmer's Guide