.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetLanguageName16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetLanguageName16\fR (USER.907) .SH SYNOPSIS UINT GetLanguageName16 ( UINT16 \fIiLang\fR, UINT16 \fIiName\fR, LPSTR \fIlpszName\fR, UINT16 \fIcbBuffer\fR ) .SH DESCRIPTION .PP Returns the name of one language in (possibly) a different language. Currently only handles language \fB0\fR (english). .SH RETURNS .PP \fBSuccess:\fR The number of bytes copied to the buffer, not including the \fBNULL\fR. .PP \fBFailure:\fR \fB0\fR .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/user.exe16/bidi.c"\fR. .PP Debug channel \fB"relay"\fR.