IXtfRemoteRunCallback::Input Method

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

Syntax

public:
HRESULT Input(
         LPBSTR pbstrText
)  

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.

Requirements

Header: Declared in xtfremoterun.h.

Library: Use xtfremoterun.lib.