EFI_GET_NEXT_VARIABLE_NAME_OUT - NtDoc

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

typedef struct _EFI_GET_NEXT_VARIABLE_NAME_OUT {
  EFI_VARIABLE_STATUS EfiStatus;
  GUID                VendorGuid;
  ULONG               NameLength;
  CHAR16              VariableName[ANYSIZE_ARRAY];
} EFI_GET_NEXT_VARIABLE_NAME_OUT, *PEFI_GET_NEXT_VARIABLE_NAME_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_EFI_GET_NEXT_VARIABLE_NAME_OUT structure

Description

Members

EfiStatus

VendorGuid

NameLength

VariableName

Remarks

See also