IsValidCodePage function
Determines if a specified code page is valid.
Syntax
BOOL IsValidCodePage( _In_ UINT CodePage );
Parameters
- CodePage [in]
-
Code page identifier for the code page to check.
Return value
Returns a nonzero value if the code page is valid, or 0 if the code page is invalid.
Remarks
A code page is considered valid only if it is installed on the operating system. Unicode is preferred.
Starting with Windows Vista, all code pages that can be installed are loaded by default.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: