EnumSystemLanguageGroupsA(3w)

NAME

EnumSystemLanguageGroupsA (KERNEL32.@)

SYNOPSIS

BOOL EnumSystemLanguageGroupsA
 (
  LANGUAGEGROUP_ENUMPROCA pLangGrpEnumProc,
  DWORD                   dwFlags,
  LONG_PTR                lParam
 )

DESCRIPTION

Call a users function for each language group available on the system.

PARAMS

pLangGrpEnumProc [In] Callback function to call for each language group.

dwFlags [In] LGRPID_SUPPORTED=All Supported, LGRPID_INSTALLED=Installed only.

lParam [In] User parameter to pass to pLangGrpEnumProc.

RETURNS

Success: TRUE.

Failure: FALSE. Use GetLastError(3w) to determine the cause.

IMPLEMENTATION

Defined in "winnls.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/locale.c".

Debug channel "nls".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout