|
ReactOS 0.4.17-dev-117-g313be0c
|
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 (IMLangFontLink **obj) |
| 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 934 of file mlang.c.
| STDAPI ConvertINetString | ( | LPDWORD | pdwMode, |
| DWORD | dwSrcEncoding, | ||
| DWORD | dwDstEncoding, | ||
| LPCSTR | pSrcStr, | ||
| LPINT | pcSrcSize, | ||
| LPSTR | pDstStr, | ||
| LPINT | pcDstSize | ||
| ) |
Definition at line 1085 of file mlang.c.
| STDAPI ConvertINetUnicodeToMultiByte | ( | LPDWORD | pdwMode, |
| DWORD | dwEncoding, | ||
| LPCWSTR | pSrcStr, | ||
| LPINT | pcSrcSize, | ||
| LPSTR | pDstStr, | ||
| LPINT | pcDstSize | ||
| ) |
Definition at line 1000 of file mlang.c.
| STDAPI GetGlobalFontLinkObject | ( | IMLangFontLink ** | obj | ) |
Definition at line 3931 of file mlang.c.
Referenced by test_GetGlobalFontLinkObject().
Definition at line 1161 of file mlang.c.
Definition at line 1235 of file mlang.c.
Definition at line 1247 of file mlang.c.
Referenced by GetAcceptLanguagesW().
Definition at line 1301 of file mlang.c.
Definition at line 1281 of file mlang.c.
Referenced by Rfc1766ToLcidA().