SYSENV_VARIABLE_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_SYSENV_VARIABLE_INFO structure

Description

Stores the information about a system environment variable using SysEnv device. This structure is used in the IOCTL_SYSENV_QUERY_VARIABLE_INFO request.

Members

MaximumVariableStorageSize

The size of the variable.

RemainingVariableStorageSize

The remaining size of the variable.

MaximumVariableSize

The maximum size of the variable.

See also

IOCTL_SYSENV_QUERY_VARIABLE_INFO