LabWindows/CVI

Content Type
Programming Language
Current manual

GetStdioPort

GetStdioPort

void GetStdioPort (int *standardInputOutputPort);

Purpose

Note Note  This function is obsolete.

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.

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

Parameters

Output
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 always returns 1 in this parameter.
1 = The console window of the program

Return Value

None.

Additional Information

Library: Utility Library

Include file: utility.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later

Was this information helpful?