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

Data Fields

PCD_TYPE PcdType
 
UINTN PcdSize
 
CHAR8 * PcdName
 

Detailed Description

Definition at line 1603 of file PcdLib.h.

Field Documentation

◆ PcdName

CHAR8* PCD_INFO::PcdName

The null-terminated ASCII string associated with a given token. If the TokenNumber specified was 0, then this field corresponds to the null-terminated ASCII string associated with the token's namespace Guid. If NULL, there is no name associated with this request.

Definition at line 1620 of file PcdLib.h.

◆ PcdSize

UINTN PCD_INFO::PcdSize

The size of the data in bytes associated with the TokenNumber specified. If TokenNumber is 0, then PcdSize is set 0.

Definition at line 1613 of file PcdLib.h.

◆ PcdType

PCD_TYPE PCD_INFO::PcdType

The returned information associated with the requested TokenNumber. If TokenNumber is 0, then PcdType is set to PCD_TYPE_8.

Definition at line 1608 of file PcdLib.h.


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