IsValidLanguageGroup (KERNEL32.@)
BOOL IsValidLanguageGroup ( LGRPID lgrpid, DWORD dwFlags )
Determine if a language group is supported and/or installed.
lgrpid | [In] | Language Group Id (LGRPID_ values from "winnls.h"). |
dwFlags | [In] | LGRPID_SUPPORTED=Supported, LGRPID_INSTALLED=Installed. |
TRUE, if lgrpid is supported and/or installed, according to dwFlags. FALSE otherwise.
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.