ITask::get_EnvironmentVariables method

Retrieves the environment variables that were set for the task.

Syntax

HRESULT get_EnvironmentVariables(
  [out] INameValueCollection **pRetVal
);

Parameters

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

ICluster::get_EnvironmentVariables

ITask

ITask::SetEnvironmentVariable