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 "mimeole.h".

Implemented in "dlls/kernel32/locale.c". source.winehq.org/source/dlls/kernel32/locale.c

Debug channel "nls".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.