|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Typedefs | |
| typedef int WINAPI | FN_GetLocaleInfoEx(_In_opt_ LPCWSTR lpLocaleName, _In_ LCTYPE LCType, _Out_opt_ LPWSTR lpLCData, _In_ int cchData) |
Functions | |
| static void | Test_GetLocaleInfoEx (void) |
| START_TEST (GetLocaleInfo) | |
Variables | |
| FN_GetLocaleInfoEx * | pGetLocaleInfoEx = NULL |
| typedef int WINAPI FN_GetLocaleInfoEx(_In_opt_ LPCWSTR lpLocaleName, _In_ LCTYPE LCType, _Out_opt_ LPWSTR lpLCData, _In_ int cchData) |
Definition at line 13 of file GetLocaleInfo.c.
| START_TEST | ( | GetLocaleInfo | ) |
Definition at line 87 of file GetLocaleInfo.c.
Definition at line 21 of file GetLocaleInfo.c.
Referenced by START_TEST().
| FN_GetLocaleInfoEx* pGetLocaleInfoEx = NULL |
Definition at line 19 of file GetLocaleInfo.c.
Referenced by Test_GetLocaleInfoEx(), and test_GetLocaleInfoEx().