TianoCore EDK2 master
Loading...
Searching...
No Matches
CmObjDescriptor Struct Reference

#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.
 

Detailed Description

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.

Field Documentation

◆ Count

UINT32 CmObjDescriptor::Count

Count of objects in the list.

Definition at line 111 of file ConfigurationManagerObject.h.

◆ Data

VOID* CmObjDescriptor::Data

Pointer to the described Object or Object List.

Definition at line 108 of file ConfigurationManagerObject.h.

◆ ObjectId

CM_OBJECT_ID CmObjDescriptor::ObjectId

Object Id.

Definition at line 102 of file ConfigurationManagerObject.h.

◆ Size

UINT32 CmObjDescriptor::Size

Size of the described Object or Object List.

Definition at line 105 of file ConfigurationManagerObject.h.


The documentation for this struct was generated from the following file: