EFI_SET_VARIABLE_IN - NtDoc

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

typedef struct _EFI_SET_VARIABLE_IN {
  ULONG  VariableNameOffset;
  GUID   VendorGuid;
  ULONG  Attributes;
  SIZE_T DataSize;
  ULONG  DataOffset;
  BYTE   Buffer[ANYSIZE_ARRAY];
} EFI_SET_VARIABLE_IN, *PEFI_SET_VARIABLE_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_EFI_SET_VARIABLE_IN structure

Description

Members

VariableNameOffset

VendorGuid

Attributes

DataSize

DataOffset

Buffer

Remarks

See also