National Instruments 320682C Musical Toy Instrument User Manual


 
Chapter 8 Utility Library
© National Instruments Corporation 8-39 LabWindows/CVI Standard Libraries
GetSystemTime
int
status
=
GetSystemTime
(int *
hours
, int *
minutes
, int *
seconds
);
Note:
This function is only available on the Windows version of LabWindows/CVI
.
Purpose
Obtains the system time in numeric format.
Parameters
Output
hours
integer Hours (0–23).
minutes
integer Minutes (0–59).
seconds
integer Seconds (0–59).
Return Value
status
integer Success or failure.
Return Codes
0
Success.
-1
Failure reported by operating system.
GetWindowDisplaySetting
void
GetWindowDisplaySetting
(int *
visible
, int *
zoomState
);
Note:
This function is only available on the Windows version of LabWindows/CVI
.
Purpose
Indicates how the user of your application wants the initial application window to be displayed.
The values returned by this function reflect the display options set for the program in Program
Manager and other MS Windows shells.