IsValidCodePage(3w)
NAME
IsValidCodePage (KERNEL32.@)
SYNOPSIS
BOOL IsValidCodePage
(
UINT codepage
)
DESCRIPTION
Determine if a given code page identifier is valid.
PARAMS
codepage [In] Code page Id to verify.
RETURNS
TRUE, If codepage is valid and available on the system, FALSE otherwise.
IMPLEMENTATION
Defined in "winnls.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/locale.c".
- Debug channel "nls".