Expand Minimize
This topic has not yet been rated - Rate this topic

NSTCFOLDERCAPABILITIES enumeration

Specifies the state of a tree item. These values are used by methods of the INameSpaceTreeControlFolderCapabilities interface.

Syntax


typedef enum  { 
  NSTCFC_NONE                   = 0x00000000,
  NSTCFC_PINNEDITEMFILTERING    = 0x00000001,
  NSTCFC_DELAY_REGISTER_NOTIFY  = 0x00000002
} NSTCFOLDERCAPABILITIES;

Constants

NSTCFC_NONE

The property does not exist. Filtering is not supported.

NSTCFC_PINNEDITEMFILTERING

Property exists. Supports filtering based on the value specified in System.IsPinnedToNameSpaceTree.

NSTCFC_DELAY_REGISTER_NOTIFY

Delays registration for change notifications until the tree is expanded in the navigation pane.

Remarks

The NSTCFOLDERCAPABILITIES type is defined in Shobjidl.h beginning in Windows 7.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

See also

INameSpaceTreeControlFolderCapabilities::GetFolderCapabilities

 

 

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.