Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - timercount() returns the ellapsed time since the app started http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TimerCount()           Returns the ellapsed time since the app started
--------------------------------------------------------------------------------

   Syntax:              TimerCount() --> <aTimerInfo>

   Parameters:          None

   Returns:

   <aTimerInfo>         An array that contains two numeric
                        values: { nMsSinceStart, nMsThisVM }

                        nMsSinceStart: It is the milliseconds since
                        the app started.

                        nMsThisVM: It is the milliseconds since the
                        Windows virtual machine started (virtual
                        machine refers to Windows internal info and
                        it is not at all something related to FiveWin).

   Samples:             SAMPLES\\TestTool.prg

   Source code:         SOURCE\\WINAPI\\ToolHelp.c


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