Scroll to navigation

EnumSystemLocalesW(3w) Wine API EnumSystemLocalesW(3w)

NAME

EnumSystemLocalesW (KERNEL32.@)

SYNOPSIS

BOOL EnumSystemLocalesW
(
LOCALE_ENUMPROCW lpfnLocaleEnum,
DWORD dwFlags
)
 

DESCRIPTION

See EnumSystemLocalesA(3w).
 

IMPLEMENTATION

Declared in "winnls.h".
Implemented in "dlls/kernel32/locale.c".
Debug channel "nls".
Oct 2012 Wine API