GetStdioPort
- Updated2023-02-21
- 1 minute(s) read
GetStdioPort
void GetStdioPort (int *standardInputOutputPort);
Purpose
![]() |
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