NAME

EnumLanguageGroupLocalesA  (KERNEL32.@)

SYNOPSIS

 BOOL EnumLanguageGroupLocalesA
 (
  LANGGROUPLOCALE_ENUMPROCA pLangGrpLcEnumProc,
  LGRPID                    lgrpid,
  DWORD                     dwFlags,
  LONG_PTR                  lParam
 )

DESCRIPTION

Call a users function for every locale in a language group available on the system.

PARAMS

pLangGrpLcEnumProc [In] Callback function to call for each locale.
lgrpid [In] Language group (LGRPID_ values from "winnls.h").
dwFlags [In] Reserved, set to 0.
lParam [In] User parameter to pass to pLangGrpLcEnumProc.

RETURNS

Success: TRUE.

Failure: FALSE. Use GetLastError to determine the cause.

IMPLEMENTATION

Defined in "winnls.h".

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

Debug channel "nls".


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