Skip to main content

IXtfRemoteRunCallback::Output Method

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

Syntax

Parameters

pszText
Type: LPCWSTR
The output text from the remote executable.

Return value

Type: HRESULT HRESULT success or error code.

Remarks

The Output 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 Interface
IXtfRemoteRunCallback::Input
IXtfRemoteRunClient::Run
Last modified on August 20, 2026