[This is preliminary documentation and subject to change.]
Used by the type parameter of IComponentData::QueryDataObject and IComponent::QueryDataObject to obtain context information about a specified cookie.
typedef enum _DATA_OBJECT_TYPES
{
CCT_SCOPE = 0x8000, //
CCT_RESULT = 0x8001, //
CCT_SNAPIN_MANAGER = 0x8002, //
CCT_UNINITIALIZED = 0xFFFF, //
} DATA_OBJECT_TYPES;
| Value | Meaning |
|---|---|
| CCT_SCOPE | Data object for scope pane context |
| CCT_RESULT | Data object for result pane context |
| CCT_SNAPIN_MANAGER | Data object for snap-in manager context |
| CCT_UNINITIALIZED | Data object has an invalid type |