GetLanguageName16(3w)
NAME
GetLanguageName16 (USER.907)
SYNOPSIS
UINT GetLanguageName16 ( UINT16 iLang, UINT16 iName, LPSTR lpszName, UINT16 cbBuffer )
DESCRIPTION
Returns the name of one language in (possibly) a different language.
Currently only handles language 0 (english).
RETURNS
Success: The number of bytes copied to the buffer, not including the
NULL.
Failure: 0
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/user32/bidi16.c".
- Debug channel "relay".