EFI_GET_NEXT_VARIABLE_NAME_IN - NtDoc

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

typedef struct _EFI_GET_NEXT_VARIABLE_NAME_IN {
  GUID   VendorGuid;
  CHAR16 VariableName[ANYSIZE_ARRAY];
} EFI_GET_NEXT_VARIABLE_NAME_IN, *PEFI_GET_NEXT_VARIABLE_NAME_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_EFI_GET_NEXT_VARIABLE_NAME_IN structure

Description

Members

VendorGuid

VariableName

Remarks

See also