EnumSystemLocalesA(3w)

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(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.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout