// ntddsysenv.h
typedef struct _SYSENV_VARIABLE_INFO {
ULONGLONG MaximumVariableStorageSize;
ULONGLONG RemainingVariableStorageSize;
ULONGLONG MaximumVariableSize;
} SYSENV_VARIABLE_INFO, *PSYSENV_VARIABLE_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
Stores the information about a system environment variable using SysEnv device. This structure is used in the IOCTL_SYSENV_QUERY_VARIABLE_INFO request.
MaximumVariableStorageSizeThe size of the variable.
RemainingVariableStorageSizeThe remaining size of the variable.
MaximumVariableSizeThe maximum size of the variable.
IOCTL_SYSENV_QUERY_VARIABLE_INFO