This topic has not yet been rated - Rate this topic

ISearchFolderItemFactory::SetStacks method

Creates a list of stack keys, as specified. If this method is not called, by default the folder will not be stacked.

Syntax


HRESULT SetStacks(
  [in]  UINT cStackKeys,
  [in]  PROPERTYKEY *rgStackKeys
);

Parameters

cStackKeys [in]

Type: UINT

The number of stacks keys.

rgStackKeys [in]

Type: PROPERTYKEY*

A pointer to an array of PROPERTYKEY structures containing stack key information.

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

Shobjidl.h

IDL

Shobjidl.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.