ISearchFolderItemFactory::SetSortColumns method
Creates a list of sort column directions, as specified.
Syntax
HRESULT SetSortColumns( [in] UINT cSortColumns, [in] SORTCOLUMN *rgSortColumns );
Parameters
- cSortColumns [in]
-
Type: UINT
The number of sort columns.
- rgSortColumns [in]
-
Type: SORTCOLUMN*
A pointer to an array of SORTCOLUMN structures containing sort direction. The default is PKEY_ItemNameDisplay.
Return value
Type: HRESULT
Returns a success value if successful, or an error value otherwise.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: