SetStdioPort
- Updated2023-02-21
- 1 minute(s) read
SetStdioPort
int SetStdioPort (int standardInputOutputPort);
Purpose
![]() |
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.
|
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later