[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:
Katayama Hirofumi MZ 2023-08-23 15:00:07 +09:00 committed by GitHub
parent 8d35887c02
commit 21925d935c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 357 additions and 2 deletions

View file

@ -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);