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 |
|
|
IDL |
|
Show: