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.
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 |