DATA_OBJECT_TYPES enumeration (mmc.h)

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_SCOPE
Value: 0x8000
Data object for scope pane context.
CCT_RESULT
Value: 0x8001
Data object for result pane context.
CCT_SNAPIN_MANAGER
Value: 0x8002
Data object for Snap-in Manager context.
CCT_UNINITIALIZED
Value: 0xffff
Data object has an invalid type.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header mmc.h