The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IMultiLanguage2::GetFamilyCodePage method
Gets the family code page identifier value of the specified code page.
Syntax
HRESULT GetFamilyCodePage(
[in] UINT uiCodePage,
[out] UINT *puiFamilyCodePage
);
Parameters
- uiCodePage [in]
-
An unsigned integer value that contains the identifier for the code page.
- puiFamilyCodePage [out]
-
A pointer to an unsigned integer value that receives the family code page identifier.
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
Show: