ReactOS 0.4.15-dev-7924-g5949c20
EFI_CAPSULE_TABLE Struct Reference

#include <UefiSpec.h>

Collaboration diagram for EFI_CAPSULE_TABLE:

Public Attributes

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.

Definition at line 1615 of file UefiSpec.h.

Member Data Documentation

◆ CapsuleArrayNumber

UINT32 EFI_CAPSULE_TABLE::CapsuleArrayNumber

the size of the array of capsules.

Definition at line 1619 of file UefiSpec.h.

◆ CapsulePtr

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.


The documentation for this struct was generated from the following file: