DTS Programming
GetExpandedProcessCommandLine Method
The GetExpandedProcessCommandLine method returns the process command line parameter string with the environment variables expanded.
Applies To
| CreateProcessTask2 Object |
Syntax
[string =] object.GetExpandedProcessCommandLine
| Part | Description |
|---|---|
| object | Expression that evaluates to a CreateProcessTask2 object |
| string | String to receive the expanded command line |
Prototype (C/C++)
HRESULT GetExpandedProcessCommandLine(BSTR* pRetVal)