mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
[SHLWAPI][SDK] Implement SHGetViewStatePropertyBag Part 1 (#5605)
Follow-up to #5590. - Add CViewStatePropertyBag class. - Add SHGetViewStatePropertyBag definition. - Add FreeViewStatePropertyBagCache function and use it in DllMain to free the cache. CORE-9283
This commit is contained in:
parent
8d35887c02
commit
21925d935c
4 changed files with 357 additions and 2 deletions
|
@ -2003,8 +2003,8 @@ HRESULT
|
|||
WINAPI
|
||||
SHGetViewStatePropertyBag(
|
||||
_In_opt_ PCIDLIST_ABSOLUTE pidl,
|
||||
_In_opt_ LPWSTR bag_name,
|
||||
DWORD flags,
|
||||
_In_opt_ LPCWSTR bag_name,
|
||||
_In_ DWORD flags,
|
||||
_In_ REFIID riid,
|
||||
_Outptr_ void **ppv);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue