EFI_GET_VARIABLE_IN - NtDoc

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

typedef struct _EFI_GET_VARIABLE_IN {
  GUID   VendorGuid;
  CHAR16 VariableName[ANYSIZE_ARRAY];
} EFI_GET_VARIABLE_IN, *PEFI_GET_VARIABLE_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_EFI_GET_VARIABLE_IN structure

Description

Members

VendorGuid

VariableName

Remarks

See also