GetLanguageName16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/user32/bidi16.c".

Debug channel "relay".