GetSystemTime PROC
(MS-Windows)
Gets the current system date and time.
The time is expressed in Coordinated Universal
Time (UTC).
GetSystemTime PROTO, ; returns the system time lpSystemTime:PTR SYSTEMTIME ; ptr to SYSTEMTIME struct Returns: (VOID) |
Argument | Win Type | MASM Type | Description |
---|---|---|---|
lpSystemTime | LPSYSTEMTIME | PTR SYSTEMTIME | Pointer to a SYSTEMTIME structure. |
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |