table of contents
other versions
- wheezy 1.4.1-4
GetStringTypeExW(3w) | Wine API | GetStringTypeExW(3w) |
NAME¶
GetStringTypeExW (KERNEL32.@)SYNOPSIS¶
BOOL GetStringTypeExW(
LCID locale,
DWORD type,
LPCWSTR src,
INT count,
LPWORD chartype
)
DESCRIPTION¶
See GetStringTypeExA(3w).IMPLEMENTATION¶
Declared in "winnls.h". Implemented in "dlls/kernel32/locale.c". Debug channel "nls".Oct 2012 | Wine API |