Skip to main content

IXtfRemoteRunCallback::Input Method

Called to pass text into the running remote executable via its standard input.

Syntax

Parameters

pbstrText
Type: LPBSTR
The text to be sent through standard input for the remote executable.

Return value

Type: HRESULT HRESULT success or error code.

Remarks

The Input function allows you to pass input to 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::Input is user defined. For more information on how to handle LPBSTR pointers returned by this API, please refer to Allocating and Releasing Memory for a BSTR.

Requirements

Header: xtfremoterun.h Library: xtfremoterun.lib Supported platforms: Windows (for XBOX console tools)

See also

IXtfRemoteRunCallback Interface
IXtfRemoteRunCallback::Output
IXtfRemoteRunClient::Run
Last modified on August 20, 2026