[This is preliminary documentation and subject to change.]
Sorts all items in the result pane.
HRESULT Sort(
int nColumn // Index of column header clicked
DWORD dwSortOptions // Sort options
long lUserParam // User-provided information
);
By default, the sort is in ascending order unless RSI_DESCENDING is specified.
When applied to virtual lists, IResultData::Sort calls IResultOwnerData::SortItems instead of IResultDataCompare::Compare.
IResultData, IResultDataCompare::Compare, IResultOwnerData::SortItems