Scroll to navigation

SHGetViewStatePropertyBag(3w) Wine API SHGetViewStatePropertyBag(3w)

NAME

SHGetViewStatePropertyBag (SHLWAPI.515)

SYNOPSIS

HRESULT SHGetViewStatePropertyBag
(
LPCITEMIDLIST pidl,
LPWSTR bag_name,
DWORD flags,
REFIID riid,
void** ppv
)
 

DESCRIPTION

Retrieves a property bag in which the view state information of a folder can be stored.
 

PARAMS

pidl [In] PIDL of the folder requested.
bag_name [In] Name of the property bag requested.
flags [In] Optional flags.
riid [In] IID of requested property bag interface.
ppv [Out] Address to receive pointer to the new interface.
 

RETURNS

success: S_OK
failure: error code
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/ordinal.c".
Debug channel "shell".
Oct 2012 Wine API