EFI_CAPSULE_TABLE

The EFI System Table entry must point to an array of capsules that contain the same CapsuleGuid value. The array must be prefixed by a UINT32 that represents the size of the array of capsules.

extern (C)
struct EFI_CAPSULE_TABLE {}

Members

Variables

CapsuleArrayNumber
UINT32 CapsuleArrayNumber;

the size of the array of capsules.

CapsulePtr
VOID*[1] CapsulePtr;

Point to an array of capsules that contain the same CapsuleGuid value.

Meta