DynamicTablesPkg[all]  1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CmObjDescriptor Struct Reference

Data Fields

CM_OBJECT_ID ObjectId
 Object Id. More...
 
UINT32 Size
 Size of the described Object or Object List. More...
 
VOID * Data
 Pointer to the described Object or Object List. More...
 
UINT32 Count
 Count of objects in the list. More...
 

Detailed Description

A descriptor for Configuration Manager Objects.

The Configuration Manager Protocol interface uses this descriptor to return the Configuration Manager Objects.

Field Documentation

UINT32 CmObjDescriptor::Count

Count of objects in the list.

VOID* CmObjDescriptor::Data

Pointer to the described Object or Object List.

CM_OBJECT_ID CmObjDescriptor::ObjectId

Object Id.

UINT32 CmObjDescriptor::Size

Size of the described Object or Object List.