IFolderView2::GetSortColumnCount method (shobjidl_core.h)

Gets the count of sort columns currently applied to the view.

Syntax

HRESULT GetSortColumnCount(
  [out] int *pcColumns
);

Parameters

[out] pcColumns

Type: int*

A pointer to an int.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Returns E_INVALIDARG if the column count provided does not equal the count of sort columns in the view.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)