EnumSystemLocalesA (KERNEL32.@)
BOOL EnumSystemLocalesA ( LOCALE_ENUMPROCA lpfnLocaleEnum, DWORD dwFlags )
Call a users function for each locale available on the system.
lpfnLocaleEnum | [In] | Callback function to call for each locale. |
dwFlags | [In] | LOCALE_SUPPORTED=All supported, LOCALE_INSTALLED=Installed only. |
Success: TRUE.
Failure: FALSE. Use GetLastError to determine the cause.
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.