GetLocalTime PROC
(MS-Windows)
Gets the current local date and time.
GetLocalTime PROTO, ; system time, adjusted for local time zone lpSystemTime:PTR SYSTEMTIME ; ptr to a 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) |