is there this function ?

 
is there this kind function that i can get millseconds not like timelocal() and timecunrent() only get seconds .
 

int GetTickCount( )

The GetTickCount() function retrieves the number of milliseconds that have elapsed since the system was started. It is limited to the resolution of the system timer.

Reason: