National Instruments 320682C Musical Toy Instrument User Manual


 
Utility Library Chapter 8
LabWindows/CVI Standard Libraries 8-36 © National Instruments Corporation
Parameters
Output
maxNumLines
integer The maximum number of lines
that can be stored in the Standard
Input/Output window. If this
amount is exceeded, lines are
discarded from the top.
bringToFrontWhenModified
integer Indicates whether the Standard
Input/Output window is brought
to the front each time a string or
character is added to it.
1 = Yes.
0 = No.
showLineNumbers
integer Indicates whether line numbers
are shown in the Standard
Input/Output window.
1 = Yes.
0 = No.
Parameter Discussion
If you do not want to obtain any of these values, you can pass NULL.
GetStdioWindowPosition
void GetStdioWindowPosition (int *top, int *left);
Purpose
Gets the current position, in pixels, of the client area of the Standard Input/Output window
relative to the upper left corner of the screen. The client area begins under the title bar and to the
right of the frame.