ITask::put_Stdin method

Redirects standard input from the specified file.

Syntax

HRESULT put_Stdin(
  [in] BSTR Val
);

Parameters

  • Val [in]
    The path to the file from which standard input is redirected.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Remarks

If the path contains long file names, enclose the path in quotation marks.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

ITask

ITask::get_Stdin

ITask::put_Stderr

ITask::put_Stdout