National Instruments 320682C Musical Toy Instrument User Manual


 
Chapter 8 Utility Library
© National Instruments Corporation 8-35 LabWindows/CVI Standard Libraries
GetStdioPort
void
GetStdioPort
(int *
stdioPort
);
Purpose
Gets a value indicating the current destination for data written to the standard output (and the
source of data read from the standard input.)
The Standard I/O port can be either the CVI Standard Input/Output window or the standard
Input/Output of the host system.
This function is valid only on the UNIX version.
Parameters
Output
stdioPort
integer 0 = the CVI Standard
Input/Output window.
1 = the host system's standard
output.
GetStdioWindowOptions
void
GetStdioWindowOptions
(int *
maxNumLines
, int *
bringToFrontWhenModified
,
int *
showLineNumbers
);
Purpose
Gets the current value of the following Standard Input/Output window options:
Maximum Number of Lines
Bring To Front When Modified
Show Line Numbers