NAME

EnumSystemCodePagesA  (KERNEL32.@)

SYNOPSIS

 BOOL EnumSystemCodePagesA
 (
  CODEPAGE_ENUMPROCA lpfnCodePageEnum,
  DWORD              flags
 )

DESCRIPTION

Call a user defined function for every code page installed on the system.

PARAMS

lpfnCodePageEnum [In] User CODEPAGE_ENUMPROC to call with each found code page.
flags [In] Reserved, set to 0.

RETURNS

TRUE, If all code pages have been enumerated, or FALSE if lpfnCodePageEnum returned FALSE to stop the enumeration.

IMPLEMENTATION

Defined in "winnls.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 Nov 2008.