EnumSystemLanguageGroupsA (KERNEL32.@)
BOOL EnumSystemLanguageGroupsA ( LANGUAGEGROUP_ENUMPROCA pLangGrpEnumProc, DWORD dwFlags, LONG_PTR lParam )
Call a users function for each language group available on the system.
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. |
Success: TRUE.
Failure: FALSE. Use GetLastError to determine the cause.
Defined in "winnls.h".
Implemented in "dlls/kernel/locale.c". source.winehq.org/source/dlls/kernel/locale.c
Debug channel "nls".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.