MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_CAPSULE_TABLE Struct Reference

Data Fields

UINT32 CapsuleArrayNumber
 
VOIDCapsulePtr [1]
 

Detailed Description

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.

Field Documentation

UINT32 EFI_CAPSULE_TABLE::CapsuleArrayNumber

the size of the array of capsules.

VOID* EFI_CAPSULE_TABLE::CapsulePtr[1]

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