IXtfRemoteRunCallback::Output Method

Called to receive text sent by running remote executable to its standard output.

Syntax

public:
HRESULT Output(
         LPCWSTR pszText
)  

Parameters

pszText
Type: LPCWSTR 

The output text from the remote executable.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfremoterun.h.

Library: Use xtfremoterun.lib.