Go to the source code of this file.
Functions | |
| INILOCATION | LangLoadStrings (char *LangFile, dword NrStrings, int FallbackLang, char *AppName) |
Variables | |
| dword | LangNrStrings = 0 |
| dword * | LangStringPtr = NULL |
| char * | LangStrings = NULL |
| INILOCATION LangLoadStrings | ( | char * | LangFile, |
| dword | NrStrings, | ||
| int | FallbackLang, | ||
| char * | AppName | ||
| ) |
Definition at line 10 of file LangLoadStrings.c.
References BufferSize, HDD_TAP_PopDir(), HDD_TAP_PushDir(), INIBuffer, INICloseFile(), INICommentBuffer, INIGetString(), INILOCATION_AtCurrentDir, INILOCATION_NewFile, INILOCATION_NotFound, INIOpenFile(), iso639_1(), LAN_Bulgarian, LangNrStrings, LangStringPtr, LangStrings, LangUnloadStrings(), TRACEENTER, and TRACEEXIT.
| dword LangNrStrings = 0 |
Definition at line 6 of file LangLoadStrings.c.
Referenced by LangGetString(), LangLoadStrings(), and LangUnloadStrings().
| dword* LangStringPtr = NULL |
Definition at line 7 of file LangLoadStrings.c.
Referenced by LangGetString(), LangLoadStrings(), and LangUnloadStrings().
| char* LangStrings = NULL |
Definition at line 8 of file LangLoadStrings.c.
Referenced by LangGetString(), LangLoadStrings(), and LangUnloadStrings().