IFolderView2::GetSortColumnCount method

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

Syntax


HRESULT GetSortColumnCount(
  [out] int *pcColumns
);

Parameters

pcColumns [out]

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Show: