mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +00:00
[SHELL32][SHLWAPI][BROWSEUI][EXPLORER] Save folder view state (#7127)
Saves/restores the Listview icon mode, columns and sort info per-folder.
This commit is contained in:
parent
fa95a96e9b
commit
802dc9714b
9 changed files with 365 additions and 48 deletions
|
@ -204,6 +204,13 @@ SHCreatePropertyBagOnProfileSection(
|
|||
_In_ REFIID riid,
|
||||
_Out_ void **ppvObj);
|
||||
|
||||
EXTERN_C HRESULT WINAPI
|
||||
IUnknown_QueryServicePropertyBag(
|
||||
_In_ IUnknown *punk,
|
||||
_In_ long flags,
|
||||
_In_ REFIID riid,
|
||||
_Outptr_ void **ppvObj);
|
||||
|
||||
HWND WINAPI SHCreateWorkerWindowA(WNDPROC wndProc, HWND hWndParent, DWORD dwExStyle,
|
||||
DWORD dwStyle, HMENU hMenu, LONG_PTR wnd_extra);
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@ typedef struct _TRAYNOTIFYDATAW
|
|||
* ProgMan messages
|
||||
*/
|
||||
#define WM_PROGMAN_OPENSHELLSETTINGS (WM_USER + 22) /* wParam specifies the dialog (and tab page) */
|
||||
#define WM_PROGMAN_SAVESTATE (WM_USER + 77)
|
||||
|
||||
/****************************************************************************
|
||||
* IDList Functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue