estructura SYSENV_VARIABLE_INFO (ntddsysenv.h)

Almacena la información sobre una variable de entorno del sistema mediante el dispositivo SysEnv. Esta estructura se usa en la solicitud IOCTL_SYSENV_QUERY_VARIABLE_INFO .

Sintaxis

typedef struct _SYSENV_VARIABLE_INFO {
  ULONGLONG MaximumVariableStorageSize;
  ULONGLONG RemainingVariableStorageSize;
  ULONGLONG MaximumVariableSize;
} SYSENV_VARIABLE_INFO, *PSYSENV_VARIABLE_INFO;

Miembros

MaximumVariableStorageSize

Tamaño de la variable.

RemainingVariableStorageSize

Tamaño restante de la variable.

MaximumVariableSize

Tamaño máximo de la variable.

Requisitos

Requisito Valor
Header ntddsysenv.h

Consulte también

IOCTL_SYSENV_QUERY_VARIABLE_INFO