|
iPXE
|
#include <PiMultiPhase.h>
Data Fields | |
| EFI_PCD_TYPE | PcdType |
| The returned information associated with the requested TokenNumber. More... | |
| UINTN | PcdSize |
| The size of the data in bytes associated with the TokenNumber specified. More... | |
| CHAR8 * | PcdName |
| The null-terminated ASCII string associated with a given token. More... | |
Definition at line 219 of file PiMultiPhase.h.
| EFI_PCD_TYPE EFI_PCD_INFO::PcdType |
The returned information associated with the requested TokenNumber.
If TokenNumber is 0, then PcdType is set to EFI_PCD_TYPE_8.
Definition at line 224 of file PiMultiPhase.h.
| UINTN EFI_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 229 of file PiMultiPhase.h.
| CHAR8* EFI_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 236 of file PiMultiPhase.h.
1.8.15