|
HRESULT | GetCharCodePages ([in] WCHAR chSrc, [out] DWORD *pdwCodePages) |
|
HRESULT | GetStrCodePages ([in, size_is(cchSrc)] const WCHAR *pszSrc, [in] LONG cchSrc, [in] DWORD dwPriorityCodePages, [out] DWORD *pdwCodePages, [out] LONG *pcchCodePages) |
|
HRESULT | CodePageToCodePages ([in] UINT uCodePage, [out] DWORD *pdwCodePages) |
|
HRESULT | CodePagesToCodePage ([in] DWORD dwCodePages, [in] UINT uDefaultCodePage, [out] UINT *puCodePage) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 42 of file mlang.idl.
◆ CodePagesToCodePage()
HRESULT MultiLanguage::IMLangCodePages::CodePagesToCodePage |
( |
[in] DWORD |
dwCodePages, |
|
|
[in] UINT |
uDefaultCodePage, |
|
|
[out] UINT * |
puCodePage |
|
) |
| |
◆ CodePageToCodePages()
HRESULT MultiLanguage::IMLangCodePages::CodePageToCodePages |
( |
[in] UINT |
uCodePage, |
|
|
[out] DWORD * |
pdwCodePages |
|
) |
| |
◆ GetCharCodePages()
HRESULT MultiLanguage::IMLangCodePages::GetCharCodePages |
( |
[in] WCHAR |
chSrc, |
|
|
[out] DWORD * |
pdwCodePages |
|
) |
| |
◆ GetStrCodePages()
HRESULT MultiLanguage::IMLangCodePages::GetStrCodePages |
( |
[in, size_is(cchSrc)] const WCHAR * |
pszSrc, |
|
|
[in] LONG |
cchSrc, |
|
|
[in] DWORD |
dwPriorityCodePages, |
|
|
[out] DWORD * |
pdwCodePages, |
|
|
[out] LONG * |
pcchCodePages |
|
) |
| |
The documentation for this interface was generated from the following file: