GetAcceptLanguagesW (SHLWAPI.15)
HRESULT GetAcceptLanguagesW ( LPWSTR langbuf, LPDWORD buflen )
Get Explorers "AcceptLanguage" setting.
langbuf | [Out] | Destination for language string. |
buflen | [In] | Length of langbuf. |
[0] | Success: used length of langbuf. |
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
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". source.winehq.org/source/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.