GetAcceptLanguagesW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/ordinal.c".

Debug channel "shell".