Scroll to navigation

GetLanguageName16(3w) Wine API 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 declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/user.exe16/bidi.c".
Debug channel "relay".
Oct 2012 Wine API