GetAcceptLanguagesW(3w)
NAME
GetAcceptLanguagesW (SHLWAPI.15)
SYNOPSIS
HRESULT GetAcceptLanguagesW ( LPWSTR langbuf, LPDWORD buflen )
DESCRIPTION
Get Explorers "AcceptLanguage" setting.
PARAMS
langbuf [Out] Destination for language string.
buflen [In] Length of langbuf.
[0] Success: used length of langbuf.
RETURNS
Success: S_OK. langbuf is set to the language string found.
Failure: E_FAIL, If any arguments are invalid, error occurred, or
Explorer does not contain the setting. E_INVALIDARG, If the buffer is
not big enough
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".