Retrieves the code page description that corresponds to uiCodePage.
Syntax
HRESULT GetCodePageDescription( UINT uiCodePage, LCID lcid, LPWSTR lpWideCharStr, int cchWideChar );
Parameters
- uiCodePage
- [in] Code page identifier value for which the caller wants the information.
- lcid
- [in] Local Language Identifier (LCID) that specifies the user-preferred language.
- lpWideCharStr
- [in,out] Address of a Unicode character string for which the client is requesting the code page description.
- cchWideChar
- [in] Value indicating the number of characters in lpWideCharStr.
Return Value
Returns one of the following values:
S_OK Success. S_FALSE The method cannot validate the code page. E_FAIL An error occurred.