EFI_QUERY_VARIABLE_INFO_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// treevariableservice.h

typedef struct _EFI_QUERY_VARIABLE_INFO_OUT {
  EFI_VARIABLE_STATUS EfiStatus;
  ULONGLONG           MaximumVariableStorageSize;
  ULONGLONG           RemainingVariableStorageSize;
  ULONGLONG           MaximumVariableSize;
} EFI_QUERY_VARIABLE_INFO_OUT, *PEFI_QUERY_VARIABLE_INFO_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-treevariableservice-_efi_query_variable_info_out)

_EFI_QUERY_VARIABLE_INFO_OUT structure

Description

Members

EfiStatus

MaximumVariableStorageSize

RemainingVariableStorageSize

MaximumVariableSize

Remarks

See also