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". https://source.winehq.org/source/dlls/user.exe16/bidi.c

Debug channel "user".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.