Data Fields | |
VARIABLE_INFO_ENTRY * | Next |
Pointer to next entry. | |
EFI_GUID | VendorGuid |
Guid of Variable. | |
CHAR16 * | Name |
Name of Variable. | |
UINT32 | Attributes |
Attributes of variable defined in UEFI specification. | |
UINT32 | ReadCount |
Number of times to read this variable. | |
UINT32 | WriteCount |
Number of times to write this variable. | |
UINT32 | DeleteCount |
Number of times to delete this variable. | |
UINT32 | CacheCount |
Number of times that cache hits this variable. | |
BOOLEAN | Volatile |
TRUE if volatile, FALSE if non-volatile. |
Attributes of variable defined in UEFI specification.
Number of times that cache hits this variable.
Number of times to delete this variable.
CHAR16* _VARIABLE_INFO_ENTRY::Name |
Name of Variable.
Pointer to next entry.
Number of times to read this variable.
EFI_GUID _VARIABLE_INFO_ENTRY::VendorGuid |
Guid of Variable.
BOOLEAN _VARIABLE_INFO_ENTRY::Volatile |
TRUE if volatile, FALSE if non-volatile.
Number of times to write this variable.