NAME

EnumSystemLocalesA  (KERNEL32.@)

SYNOPSIS

 BOOL EnumSystemLocalesA
 (
  LOCALE_ENUMPROCA lpfnLocaleEnum,
  DWORD            dwFlags
 )

DESCRIPTION

Call a users function for each locale available on the system.

PARAMS

lpfnLocaleEnum [In] Callback function to call for each locale.
dwFlags [In] LOCALE_SUPPORTED=All supported, LOCALE_INSTALLED=Installed only.

RETURNS

Success: TRUE.

Failure: FALSE. Use GetLastError to determine the cause.

IMPLEMENTATION

Defined in "winnls.h".

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

Debug channel "nls".


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