GetTickCount

Syntax

DWORD GetTickCount( )

This function obtains the number of milliseconds that have elapsed since the system was started.

This function has no parameters.

Return Value

The return value specifies the number of milliseconds that have elapsed since the system was started.

Comments

The count is accurate within ±55 milliseconds.