Scroll to navigation

GetStringTypeW(3w) Wine API GetStringTypeW(3w)

NAME

GetStringTypeW (KERNEL32.@)

SYNOPSIS

BOOL GetStringTypeW
(
DWORD type,
LPCWSTR src,
INT count,
LPWORD chartype
)
 

DESCRIPTION

See GetStringTypeA(3w).
 

IMPLEMENTATION

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