Share via


ITSEnvClass::GetVariables Method

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager, the GetVariables method gets the variables for the operating system deployment task sequence environment.

[IDL]
HRESULT GetVariables(
     VARIANT* variables
);

Parameters

  • variables
    Data type: VARIANT

    Qualifiers: [out, retval]

    Pointer to the environment variables.

Return Values

An HRESULT code. Possible values include, but are not limited to, the following value.

  • S_OK
    The method succeeded.

See Also

Concepts

ITSEnvClass Interface