IExecutionResult::get_Output method
Retrieves the output from the command.
Syntax
HRESULT get_Output(
[out] BSTR *pRetVal
);
Parameters
- pRetVal [out]
The output string.
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Remarks
The string includes the output from standard out and standard error.
If you call the ICluster::ExecuteCommandWithPaging or ICluster::WaitForCommandWithPaging method, use the ICluster::ReadExecutionResult method instead of this method to read the output.
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |