Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows the callback object to specify a default sorting parameter. Used by IShellFolderViewCB::MessageSFVCB.
SFVM_GETSORTDEFAULTS
wParam = (WPARAM)(int*) iDirection;
lParam = (LPARAM)(int*) iColumn;
Parameters
-
iDirection [out]
-
The default sorting direction. Set this parameter to a positive value to sort in ascending order. Set this parameter to zero or a negative value to sort in descending order.
-
iColumn [out]
-
The column used for the sort. This will be passed to the IShellFolder::CompareIDs in the lower 16 bits of its lParam value.
Remarks
Note
: SFVM_GETSORTDEFAULTS is not recognized by the system folder view object.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|