TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/ConfigurationManagerObject.h>
Data Fields | |
CM_OBJECT_ID | ObjectId |
Object Id. | |
UINT32 | Size |
Size of the described Object or Object List. | |
VOID * | Data |
Pointer to the described Object or Object List. | |
UINT32 | Count |
Count of objects in the list. | |
A descriptor for Configuration Manager Objects.
The Configuration Manager Protocol interface uses this descriptor to return the Configuration Manager Objects.
Definition at line 100 of file ConfigurationManagerObject.h.
UINT32 CmObjDescriptor::Count |
Count of objects in the list.
Definition at line 111 of file ConfigurationManagerObject.h.
VOID* CmObjDescriptor::Data |
Pointer to the described Object or Object List.
Definition at line 108 of file ConfigurationManagerObject.h.
CM_OBJECT_ID CmObjDescriptor::ObjectId |
Object Id.
Definition at line 102 of file ConfigurationManagerObject.h.
UINT32 CmObjDescriptor::Size |
Size of the described Object or Object List.
Definition at line 105 of file ConfigurationManagerObject.h.