Skip to content

Latest commit

 

History

History
96 lines (70 loc) · 2.49 KB

nf-winnls-isvalidcodepage.md

File metadata and controls

96 lines (70 loc) · 2.49 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winnls.IsValidCodePage
IsValidCodePage function (winnls.h)
Determines if a specified code page is valid.
IsValidCodePage
IsValidCodePage function [Internationalization for Windows Applications]
_win32_IsValidCodePage
intl.isvalidcodepage
winnls/IsValidCodePage
intl\isvalidcodepage.htm
Intl
7bd16f61-a534-4ada-ae27-d5deb47870a9
12/05/2018
IsValidCodePage, IsValidCodePage function [Internationalization for Windows Applications], _win32_IsValidCodePage, intl.isvalidcodepage, winnls/IsValidCodePage
winnls.h
Windows.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Kernel32.lib
Kernel32.dll
Windows
19H1
IsValidCodePage
winnls/IsValidCodePage
c++
APIRef
kbSyntax
DllExport
Kernel32.dll
API-MS-Win-Core-Localization-l1-1-0.dll
KernelBase.dll
API-MS-Win-Core-Localization-l1-2-0.dll
API-MS-Win-Core-Localization-l1-2-1.dll
API-MS-Win-DownLevel-Kernel32-l1-1-0.dll
MinKernelBase.dll
API-MS-Win-Core-Localization-L1-2-2.dll
IsValidCodePage

IsValidCodePage function

-description

Determines if a specified code page is valid.

-parameters

-param CodePage [in]

Code page identifier for the code page to check.

-returns

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.

-see-also

GetACP

GetCPInfo

GetOEMCP

National Language Support

National Language Support Functions