GetStdioPort

void GetStdioPort (int *stdioPort);

Purpose

Gets a value that indicates the current destination for data you write to the Standard Output and the source of data you read from the Standard Input.

The Standard I/O port can be either the LabWindows/CVI Standard Input/Output window or a console window.

Linux The LabWindows/CVI Standard I/O window works with the functions in the Formatting and I/O Library but does not work with the input/output functions in the C system library.

Parameters

Output
Name Type Description
stdioPort integer The current destination of data written to the standard output and the source of data read from standard input.

0 = LabWindows/CVI Standard Input/Output window
1 = The console window of the program

Return Value

None.