NSTCFOLDERCAPABILITIES enumeration (shobjidl_core.h)
Specifies the state of a tree item. These values are used by methods of the INameSpaceTreeControlFolderCapabilities interface.
Syntax
typedef enum NSTCFOLDERCAPABILITIES {
NSTCFC_NONE = 0,
NSTCFC_PINNEDITEMFILTERING = 0x1,
NSTCFC_DELAY_REGISTER_NOTIFY = 0x2
} ;
Constants
NSTCFC_NONE Value: 0 The property does not exist. Filtering is not supported. |
NSTCFC_PINNEDITEMFILTERING Value: 0x1 Property exists. Supports filtering based on the value specified in System.IsPinnedToNameSpaceTree. |
NSTCFC_DELAY_REGISTER_NOTIFY Value: 0x2 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
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |
See also
INameSpaceTreeControlFolderCapabilities::GetFolderCapabilities