Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DATA_OBJECT_TYPES enumeration is used by the type parameter of IComponentData::QueryDataObject and IComponent::QueryDataObject to obtain context information about a specified cookie.
Syntax
typedef enum _DATA_OBJECT_TYPES {
CCT_SCOPE = 0x8000,
CCT_RESULT = 0x8001,
CCT_SNAPIN_MANAGER = 0x8002,
CCT_UNINITIALIZED = 0xffff
} DATA_OBJECT_TYPES;
Constants
CCT_SCOPEValue: 0x8000 Data object for scope pane context. |
CCT_RESULTValue: 0x8001 Data object for result pane context. |
CCT_SNAPIN_MANAGERValue: 0x8002 Data object for Snap-in Manager context. |
CCT_UNINITIALIZEDValue: 0xffff Data object has an invalid type. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | mmc.h |