EFI_GET_VARIABLE_OUT - NtDoc

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

typedef struct _EFI_GET_VARIABLE_OUT {
  EFI_VARIABLE_STATUS EfiStatus;
  ULONG               Attributes;
  SIZE_T              DataSize;
  BYTE                Data[ANYSIZE_ARRAY];
} EFI_GET_VARIABLE_OUT, *PEFI_GET_VARIABLE_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_EFI_GET_VARIABLE_OUT structure

Description

Members

EfiStatus

Attributes

DataSize

Data

Remarks

See also