MtText Functions

:Associate with "MtText funtions" More...

Functions

DEPRECATED LIBEXPORT MIUNICODEMtTextGetStringExtUC (const char *group, const char *key, UINT32 flags)
DEPRECATED LIBEXPORT MIUNICODEMtTextGetStringUC (const char *group, const char *key)

Detailed Description

:Associate with "MtText funtions"

Deprecated:
Use TEXTID instead

Function Documentation

DEPRECATED LIBEXPORT MIUNICODE* MtTextGetStringExtUC ( const char *  group,
const char *  key,
UINT32  flags 
)

Read a string from messages.txt.

Deprecated:
Use MISTRING instead.
Reads a string, which the caller should free when done using.

Parameters:
group Message group
key Message key
flags 
  • MTTEXT_NULLIfUnknown Return NULL instead of unknown message string

DEPRECATED LIBEXPORT MIUNICODE* MtTextGetStringUC ( const char *  group,
const char *  key 
)

Read a string from messages.txt.

Deprecated:
Use MISTRING instead.
Reads a string, which the caller should free when done using. If the requested message can't be found, it returns a string which says the message couldn't be found. If you'd rather get a NULL pointer in that case, use MtTextGetStringExtUC()

See also:
MtTextGetStringExtUC()


Generated on Thu Apr 26 04:46:42 2007 for TNTsdk by  doxygen 1.5.2