National Instruments 320682C Musical Toy Instrument User Manual


 
Chapter 8 Utility Library
© National Instruments Corporation 8-37 LabWindows/CVI Standard Libraries
Parameters
Output
top
integer The current distance, in pixels,
from the top of client area of the
Standard Input/Output window
to the top of the screen.
left
integer The current distance, in pixels,
from the leftmost edge of client
area of the Standard
Input/Output window to the left
edge of the screen.
GetStdioWindowSize
void GetStdioWindowSize (int *height, int *width);
Purpose
Gets the height and width, in pixels, of the client area of the Standard Input/Output window. The
client area excludes the frame and the title bar.
Parameters
Output
height
integer The current height, in pixels, of
the client area of the Standard
Input/Output window.
width
integer The current width, in pixels, of
the client area of the Standard
Input/Output window.
GetStdioWindowVisibility
void GetStdioWindowVisibility (int *visible);
Purpose
Indicates whether the Standard Input/Output window is currently visible. If the window has been
made into an icon, it is considered to be not visible. If the window cannot be seen merely
because its position is off the screen it is considered to be visible.