ReactOS 0.4.15-dev-7998-gdb93cb1
mlang.h
Go to the documentation of this file.
2 LPDWORD lpdwMode,
3 DWORD dwSrcEncoding,
4 DWORD dwDstEncoding,
5 LPCSTR lpSrcStr,
6 LPINT lpnSrcSize,
7 LPBYTE lpDstStr,
8 LPINT lpnDstSize
9);
10
12 LPDWORD lpdwMode,
13 DWORD dwSrcEncoding,
14 LPCSTR lpSrcStr,
15 LPINT lpnMultiCharCount,
16 LPWSTR lpDstStr,
17 LPINT lpnWideCharCount
18);
19
21 LPDWORD lpdwMode,
22 DWORD dwEncoding,
23 LPCWSTR lpSrcStr,
24 LPINT lpnWideCharCount,
25 LPSTR lpDstStr,
26 LPINT lpnMultiCharCount
27);
28
30 DWORD dwSrcEncoding,
31 DWORD dwDstEncoding
32);
33
35 LCID Locale,
36 LPSTR pszRfc1766,
37 int nChar
38);
39
41 LCID Locale,
42 LPWSTR pszRfc1766,
43 int nChar
44);
45
47 LCID *pLocale,
48 LPSTR pszRfc1766
49);
50
52 LCID *pLocale,
53 LPWSTR pszRfc1766
54);
unsigned long DWORD
Definition: ntddk_ex.h:95
HRESULT WINAPI Rfc1766ToLcidW(LCID *pLocale, LPWSTR pszRfc1766)
HRESULT WINAPI LcidToRfc1766W(LCID Locale, LPWSTR pszRfc1766, int nChar)
DWORD LCID
Definition: nls.h:13
unsigned char * LPBYTE
Definition: typedefs.h:53
uint32_t * LPDWORD
Definition: typedefs.h:59
static RFC1766TOLCIDA Rfc1766ToLcidA
Definition: win_iconv.c:709
static LCIDTORFC1766A LcidToRfc1766A
Definition: win_iconv.c:708
static CONVERTINETMULTIBYTETOUNICODE ConvertINetMultiByteToUnicode
Definition: win_iconv.c:705
static ISCONVERTINETSTRINGAVAILABLE IsConvertINetStringAvailable
Definition: win_iconv.c:707
static CONVERTINETUNICODETOMULTIBYTE ConvertINetUnicodeToMultiByte
Definition: win_iconv.c:706
static CONVERTINETSTRING ConvertINetString
Definition: win_iconv.c:704
int * LPINT
Definition: windef.h:178
#define WINAPI
Definition: msvc.h:6
const char * LPCSTR
Definition: xmlstorage.h:183
char * LPSTR
Definition: xmlstorage.h:182
WCHAR * LPWSTR
Definition: xmlstorage.h:184
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185