.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHShellFolderView_Message 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHShellFolderView_Message\fR (SHELL32.73) .SH SYNOPSIS LRESULT SHShellFolderView_Message ( HWND \fIhwndCabinet\fR, UINT \fIuMessage\fR, LPARAM \fIlParam\fR ) .SH DESCRIPTION .PP Send a message to an explorer cabinet window. .SH PARAMS \fIhwndCabinet\fR \fB[In]\fR The window containing the shellview to communicate with. .PP dwMessage \fB[In]\fR The \fBSFVM\fR message to send. .PP dwParam \fB[In]\fR Message parameter. .PP .SH RETURNS .PP fixme. .SH NOTES .PP Message \fBSFVM_REARRANGE\fR = \fB1.\fR .PP 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. .SH IMPLEMENTATION .PP Declared in \fB"shlobj.h"\fR. .PP Implemented in \fB"dlls/shell32/shellord.c"\fR. .PP Debug channel \fB"shell"\fR.