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::ValidateCodePage method
Validates the code page and installs a language pack, if required.
Syntax
HRESULT ValidateCodePage( [in] UINT uiCodePage, [in] HWND hwnd );
Parameters
- uiCodePage [in]
-
An unsigned integer identifier for the code page to validate.
- hwnd [in]
-
A handle to the parent window that hosts the language pack installation dialog box, if required. Specify NULL to use the current foreground window.
Return value
Returns one of the following values, or an error otherwise.
| Return code | Description |
|---|---|
|
Success. |
|
The codepage is not valid or installable. |
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: