.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetAcceptLanguagesW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetAcceptLanguagesW\fR (SHLWAPI.15) .SH SYNOPSIS HRESULT GetAcceptLanguagesW ( LPWSTR \fIlangbuf\fR, LPDWORD \fIbuflen\fR ) .SH DESCRIPTION .PP Get Explorers \fB"AcceptLanguage"\fR setting. .SH PARAMS \fIlangbuf\fR \fB[Out]\fR Destination for language string. .PP \fIbuflen\fR \fB[In]\fR Length of \fIlangbuf\fR in characters. .PP \fB[0]\fR Success: used length of \fIlangbuf\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIlangbuf\fR is set to the language string found. .PP \fBFailure:\fR \fBE_FAIL\fR, If any arguments are invalid, error occurred, or Explorer does not contain the setting. HRESULT_FROM_Win32(\fBERROR_INSUFFICIENT_BUFFER\fR), If the buffer is not big enough .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.