SFVM_COLUMNCLICK message

Notifies the callback object that the user has clicked a column header to sort the list of objects in the folder view. Used by IShellFolderViewCB::MessageSFVCB.

SFVM_COLUMNCLICK 

    wParam = (WPARAM)(UINT)iColumn;

            

Parameters

iColumn [in]

The index of the column that was clicked.

Remarks

In response to this notification, you should return S_OK to rearrange the list yourself. To have the system folder view object rearrange the list, return S_FALSE.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Shlobj.h