IXtfRemoteRunCallback Interface
Provides callbacks to be used when standard input or standard output of a remote executable are redirected by Run.Syntax
Methods
Remarks
The IXtfRemoteRunCallback interface is passed into IXtfRemoteRunClient::Run as a parameter in the event that the executable to be called requires an input, or writes some output that needs to be collected. The interface contains both an input callback function, and an output callback function. These can be assigned value independent of each other to provide input or output reading capability for an executable. The IXtfRemoteRunCallback interface is user defined.Requirements
Header: xtfremoterun.h Library: xtfremoterun.lib Supported platforms: Windows (for XBOX console tools)See also
XtfRemoteRunIXtfRemoteRunCallback
IXtfRemoteRunClient::Run
IXtfRemoteRunCallback::Input
IXtfRemoteRunCallback::Output
