IMultiLanguage::GetCodePageInfo method
[GetCodePageInfo is available for use in the operating systems specified in the Requirements section. It not available within an app container on Windows 8 and will always return E_FAIL.]
Gets the MIMECPINFO structure corresponding to the code page specified in uiCodePage.
Syntax
HRESULT GetCodePageInfo(
[in] UINT uiCodePage,
[out] PMIMECPINFO pCodePageInfo
);
Parameters
- uiCodePage [in]
-
The code page identifier value that the caller wants to get the information for.
- pCodePageInfo [out]
-
The address of the buffer to receive a MIMECPINFO structure corresponding to uiCodePage.
Return value
Returns S_OK if successful, or E_FAIL if either of the arguments is invalid or if the information is not found for the required code page.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- IMultiLanguage
- Reference
- GetCharsetInfo
- GetRfc1766Info