SHShellFolderView_Message (SHELL32.73)
LRESULT SHShellFolderView_Message ( HWND hwndCabinet, UINT uMessage, LPARAM lParam )
Send a message to an explorer cabinet window.
hwndCabinet | [In] | The window containing the shellview to communicate with. |
dwMessage | [In] | The SFVM message to send. |
dwParam | [In] | Message parameter. |
fixme.
Message SFVM_REARRANGE = 1.
This message gets sent when a column gets clicked to instruct the shell view to re-sort the item list. dwParam identifies the column that was clicked.
Declared in "include/shlobj.h". gitlab.winehq.org/wine/wine/blob/master/include/shlobj.h
Implemented in "dlls/shell32/shellord.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/shellord.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.