Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In Configuration Manager, the GetVariables
method gets the variables for the operating system deployment task sequence environment.
[IDL]
HRESULT GetVariables(
VARIANT* variables
);
variables
Data type: VARIANT
Qualifiers: [out, retval]
Pointer to the environment variables.
An HRESULT
code. Possible values include, but are not limited to, the following value.
S_OK
The method succeeded.