Scroll to navigation

IsValidCodePage(3w) Wine API 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

Declared in "winnls.h".
Implemented in "dlls/kernel32/locale.c".
Debug channel "nls".
Oct 2012 Wine API