EFI_CAPSULE_BLOCK_DESCRIPTOR.Union

Undocumented in source.
struct EFI_CAPSULE_BLOCK_DESCRIPTOR
union Union {}

Members

Variables

ContinuationPointer
EFI_PHYSICAL_ADDRESS ContinuationPointer;

Physical address of another block of EFI_CAPSULE_BLOCK_DESCRIPTOR structures. This member of the union is used if Length is equal to zero. If ContinuationPointer is zero this entry represents the end of the list.

DataBlock
EFI_PHYSICAL_ADDRESS DataBlock;

Physical address of the data block. This member of the union is used if Length is not equal to zero.

Meta