LabWindows/CVI

Content Type
Programming Language
Current manual

SetStdioPort

SetStdioPort

int SetStdioPort (int standardInputOutputPort);

Purpose

Note Note  This function is obsolete.

Sets the current destination for data written to the Standard Output and the source of data read from Standard Input.

LabWindows/CVI always uses the console window as Standard I/O port.

Calling this function has no effect.

Parameters

Input
Name Type Description
standardInputOutputPort int The current destination of data written to the standard output and the source of data read from standard input.

LabWindows/CVI ignores standardInputOutputPort because the console window is always used as the Standard I/O port.

Return Value

Name Type Description
status int Indicates whether the function succeeded.

Code Description
0 Success.
-1 Destination was not a valid range.

Additional Information

Library: Utility Library

Include file: utility.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later

Was this information helpful?