Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>gettickcount()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetTickCount()
Retrieve the number of milliseconds since Windows was started
------------------------------------------------------------------------------

Syntax
GetTickCount()   -->   nMilliSecs

Arguments
None.

Returns
The number of milliseconds since the user started Windows.

Description
This value is probably only of use in a random number
generator.  (Use the bottom digits, e.g. using Clipper's
modulus (%) operator.)

Example
nSeed = GetTickCount() % 65536


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson