ReactOS
0.4.16-dev-752-g47bae01
idndl.cpp
Go to the documentation of this file.
1
#define WIN32_LEAN_AND_MEAN
2
#define STRICT
3
4
#include <windows.h>
5
6
extern
"C"
7
{
8
#include <
idndl.h
>
9
}
10
11
int
12
WINAPI
13
DownlevelGetLocaleScripts
14
(
15
LPCWSTR
lpLocaleName,
16
LPWSTR
lpScripts,
17
int
cchScripts
18
)
19
{
20
return
GetLocaleInfoEx(lpLocaleName, LOCALE_SSCRIPTS, lpScripts, cchScripts);
21
}
22
23
// EOF
DownlevelGetLocaleScripts
int WINAPI DownlevelGetLocaleScripts(LPCWSTR lpLocaleName, LPWSTR lpScripts, int cchScripts)
Definition:
idndl.cpp:14
idndl.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
LPWSTR
WCHAR * LPWSTR
Definition:
xmlstorage.h:184
LPCWSTR
const WCHAR * LPCWSTR
Definition:
xmlstorage.h:185
dll
nls
idndl
idndl.cpp
Generated on Mon Feb 17 2025 06:03:31 for ReactOS by
1.9.6