EFI_CAPSULE_RESULT_VARIABLE_HEADER

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

CapsuleGuid
EFI_GUID CapsuleGuid;

Guid from EFI_CAPSULE_HEADER

CapsuleProcessed
EFI_TIME CapsuleProcessed;

Timestamp using system time when processing completed

CapsuleStatus
EFI_STATUS CapsuleStatus;

Result of the capsule processing. Exact interpretation of any error code may depend upon type of capsule processed

Reserved
UINT32 Reserved;

For alignment

VariableTotalSize
UINT32 VariableTotalSize;

Size in bytes of the variable including any data beyond header as specified by CapsuleGuid

Meta