ReactOS 0.4.16-dev-306-g647d351
|
#include <UefiSpec.h>
Public Attributes | |
EFI_GUID | CapsuleGuid |
UINT32 | HeaderSize |
UINT32 | Flags |
UINT32 | CapsuleImageSize |
EFI Capsule Header.
Definition at line 1587 of file UefiSpec.h.
EFI_GUID EFI_CAPSULE_HEADER::CapsuleGuid |
A GUID that defines the contents of a capsule.
Definition at line 1591 of file UefiSpec.h.
UINT32 EFI_CAPSULE_HEADER::CapsuleImageSize |
Size in bytes of the capsule.
Definition at line 1607 of file UefiSpec.h.
UINT32 EFI_CAPSULE_HEADER::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
Definition at line 1603 of file UefiSpec.h.
UINT32 EFI_CAPSULE_HEADER::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
Definition at line 1597 of file UefiSpec.h.