IXtfRemoteRunCallback::Output Method
Called to receive text sent by running remote executable to its standard output.Syntax
Parameters
pszTextType: LPCWSTR The output text from the remote executable.
Return value
Type: HRESULT HRESULT success or error code.Remarks
TheOutput function allows you to collect output from a remotely run executable when it is used as a part of the IXtfRemoteRunCallback Interface.The IXtfRemoteRunCallback Interface is, in turn, used as a parameter for the IXtfRemoteRunClient::Run function.
IXtfRemoteRunCallback::Output is user-defined.
Requirements
Header: xtfremoterun.h Library: xtfremoterun.lib Supported platforms: Windows (for XBOX console tools)See also
IXtfRemoteRunCallback InterfaceIXtfRemoteRunCallback::Input
IXtfRemoteRunClient::Run
