GetTickCount PROC   (MS-Windows)

   Gets the elapsed milliseconds since the system was started.
   If the computer has been on for 49.7 days, the count will wrap around to zero.


GetTickCount PROTO      ; get elapsed milliseconds
                        ; since computer turned on

Returns: (DWORD) EAX = number of milliseconds

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)