National Instruments 320682C Musical Toy Instrument User Manual


 
Utility Library Chapter 8
LabWindows/CVI Standard Libraries 8-74 © National Instruments Corporation
showLineNumbers—In an executable, the default value is 0 ("do not show line numbers"). In
the CVI Development System, the default value is the current state of the Line Numbers option
in the View menu of the Standard Input/Output Window. The value that you set using this
function is reflected the next time you bring up the View menu.
SetStdioWindowPosition
int status = SetStdioWindowPosition (int top, int left);
Purpose
Sets 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.
Parameters
Input
top
integer The distance, in pixels, of the top of client
area of the Standard Input/Output window
relative to the top of the screen.
Valid Range: VAL_AUTO_CENTER
-16000 to +16000.
left
integer The distance, in pixels, of the leftmost edge of
client area of the Standard Input/Output
window relative to the leftmost edge of the
screen.
Valid Range: VAL_AUTO_CENTER
-16000 to +16000.
Return Value
status integer Indicates whether the function succeeded.
Return Codes
0
Success.
-1
top is not within the valid range.
-2
left is not within the valid range.