SHShellFolderView_Message(3w)
NAME
SHShellFolderView_Message (SHELL32.73)
SYNOPSIS
LRESULT SHShellFolderView_Message ( HWND hwndCabinet, UINT uMessage, LPARAM lParam )
DESCRIPTION
Send a message to an explorer cabinet window.
PARAMS
hwndCabinet [In] The window containing the shellview to communicate
with.
dwMessage [In] The SFVM message to send.
dwParam [In] Message parameter.
RETURNS
fixme.
NOTES
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.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell32/shellord.c".
- Debug channel "shell".