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 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.