IMultiLanguage::GetCodePa...     IMultiLanguage::GetLcidFr...     IMultiLanguage Interface    
Web Workshop (Miscellaneous)

IMultiLanguage::GetFamilyCodePage Method


Retrieves the family code page identifier value corresponding to uiCodePage.

Syntax

HRESULT GetFamilyCodePage(
    UINT uiCodePage,
    UINT *puiFamilyCodePage
);

Parameters

uiCodePage
[in] Code page identifier value for which the caller wants the information.
puiFamilyCodePage
[out] Address of the buffer where the family code page identifier value is returned.

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.

Remarks

The family code page is the Windows® code page that shares the MIME database attributes FixedWidthFont and ProportionalFont (see MIMECPINFO) with uiCodePage. If no such Windows code page exists for uiCodePage, puiFamilyCodePage is set to uiCodePage.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.