EFI_CAPSULE_HEADER

EFI Capsule Header.

Members

Variables

CapsuleGuid
EFI_GUID CapsuleGuid;

A GUID that defines the contents of a capsule.

CapsuleImageSize
UINT32 CapsuleImageSize;

Size in bytes of the capsule.

Flags
UINT32 Flags;

Bit-mapped list describing the capsule attributes. The Flag values of 0x0000 - 0xFFFF are defined by CapsuleGuid. Flag values of 0x10000 - 0xFFFFFFFF are defined by this specification

HeaderSize
UINT32 HeaderSize;

The size of the capsule header. This may be larger than the size of the EFI_CAPSULE_HEADER since CapsuleGuid may imply extended header entries

Meta