// 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 referenceNo description available.
Stores the name of a system environment variable using SysEnv device. This structure is used in the IOCTL_SYSENV_ENUM_VARIABLES request.
NextEntryOffsetThe location of the next entry in the array of XVARIABLE_NAME structures reprieved by the IOCTL_SYSENV_ENUM_VARIABLES request.
VendorGuidThe vendor GUID.
NameName of the system environment variable.