ReactOS 0.4.16-dev-814-g656a5dc
|
#include <UefiSpec.h>
Public Attributes | |
UINT32 | CapsuleArrayNumber |
VOID * | CapsulePtr [1] |
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.
Definition at line 1615 of file UefiSpec.h.
UINT32 EFI_CAPSULE_TABLE::CapsuleArrayNumber |
the size of the array of capsules.
Definition at line 1619 of file UefiSpec.h.
VOID* EFI_CAPSULE_TABLE::CapsulePtr[1] |
Point to an array of capsules that contain the same CapsuleGuid value.
Definition at line 1623 of file UefiSpec.h.