XVARIABLE_NAME - NtDoc

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

typedef struct _XVARIABLE_NAME {
  ULONG NextEntryOffset;
  GUID  VendorGuid;
  WCHAR Name[ANYSIZE_ARRAY];
} XVARIABLE_NAME, *PXVARIABLE_NAME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddsysenv-_xvariable_name)

_XVARIABLE_NAME structure

Description

Stores the name of a system environment variable using SysEnv device. This structure is used in the IOCTL_SYSENV_ENUM_VARIABLES request.

Members

NextEntryOffset

The location of the next entry in the array of XVARIABLE_NAME structures reprieved by the IOCTL_SYSENV_ENUM_VARIABLES request.

VendorGuid

The vendor GUID.

Name

Name of the system environment variable.

See also

IOCTL_SYSENV_ENUM_VARIABLES