EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER {}

Members

Variables

EmbeddedDriverCount
UINT16 EmbeddedDriverCount;

The number of drivers included in the capsule and the number of corresponding offsets stored in ItemOffsetList array.

PayloadItemCount
UINT16 PayloadItemCount;

The number of payload items included in the capsule and the number of corresponding offsets stored in the ItemOffsetList array.

Version
UINT32 Version;
Undocumented in source.

Meta