ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Classes | |
interface | MultiLanguage::IMLangCodePages |
interface | MultiLanguage::IMLangFontLink |
interface | MultiLanguage::IEnumScript |
struct | MultiLanguage::IEnumScript::tagSCRIPFONTINFO |
struct | MultiLanguage::IEnumScript::tagSCRIPTINFO |
interface | MultiLanguage::IMLangFontLink2 |
struct | MultiLanguage::IMLangFontLink2::tagUNICODERANGE |
interface | MultiLanguage::IMLangString |
interface | MultiLanguage::IMLangLineBreakConsole |
interface | MultiLanguage::IEnumCodePage |
struct | MultiLanguage::IEnumCodePage::tagMIMECPINFO |
struct | MultiLanguage::IEnumCodePage::tagMIMECSETINFO |
interface | MultiLanguage::IMLangConvertCharset |
class | MultiLanguage::CMLangConvertCharset |
interface | MultiLanguage::IEnumRfc1766 |
struct | MultiLanguage::IEnumRfc1766::tagRFC1766INFO |
interface | MultiLanguage::IMultiLanguage |
interface | MultiLanguage::IMultiLanguage2 |
struct | MultiLanguage::IMultiLanguage2::tagDetectEncodingInfo |
interface | MultiLanguage::IMultiLanguage3 |
class | MultiLanguage::CMultiLanguage |
Modules | |
library | MultiLanguage |
Functions | |
MultiLanguage::importlib ("stdole2.tlb") | |
STDAPI | LcidToRfc1766A (LCID, LPSTR, INT) |
STDAPI | LcidToRfc1766W (LCID, LPWSTR, INT) |
STDAPI | Rfc1766ToLcidA (LCID *, LPCSTR) |
STDAPI | Rfc1766ToLcidW (LCID *, LPCWSTR) |
STDAPI | GetGlobalFontLinkObject (void **unknown) |
STDAPI | IsConvertINetStringAvailable (DWORD, DWORD) |
STDAPI | ConvertINetString (LPDWORD, DWORD, DWORD, LPCSTR, LPINT, LPSTR, LPINT) |
STDAPI | ConvertINetMultiByteToUnicode (LPDWORD, DWORD, LPCSTR, LPINT, LPWSTR, LPINT) |
STDAPI | ConvertINetUnicodeToMultiByte (LPDWORD, DWORD, LPCWSTR, LPINT, LPSTR, LPINT) |
STDAPI ConvertINetMultiByteToUnicode | ( | LPDWORD | pdwMode, |
DWORD | dwEncoding, | ||
LPCSTR | pSrcStr, | ||
LPINT | pcSrcSize, | ||
LPWSTR | pDstStr, | ||
LPINT | pcDstSize | ||
) |
Definition at line 952 of file mlang.c.
STDAPI ConvertINetString | ( | LPDWORD | pdwMode, |
DWORD | dwSrcEncoding, | ||
DWORD | dwDstEncoding, | ||
LPCSTR | pSrcStr, | ||
LPINT | pcSrcSize, | ||
LPSTR | pDstStr, | ||
LPINT | pcDstSize | ||
) |
Definition at line 1103 of file mlang.c.
STDAPI ConvertINetUnicodeToMultiByte | ( | LPDWORD | pdwMode, |
DWORD | dwEncoding, | ||
LPCWSTR | pSrcStr, | ||
LPINT | pcSrcSize, | ||
LPSTR | pDstStr, | ||
LPINT | pcDstSize | ||
) |
Definition at line 1018 of file mlang.c.
Definition at line 3999 of file mlang.c.
Referenced by test_GetGlobalFontLinkObject().
Definition at line 1179 of file mlang.c.
Definition at line 1253 of file mlang.c.
Definition at line 1265 of file mlang.c.
Referenced by GetAcceptLanguagesW().
Definition at line 1319 of file mlang.c.
Definition at line 1299 of file mlang.c.
Referenced by Rfc1766ToLcidA().