The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: anuradha on March 03, 2008, 05:31:31 PM

Title: win32 timer function
Post by: anuradha on March 03, 2008, 05:31:31 PM
Hi people
can any one tell me about win32 timer function
Is there any bigginer tutorial for that???
thanks
Title: Re: win32 timer function
Post by: Adamanteus on March 03, 2008, 06:51:44 PM
GetTickCount function, tutorial in MSDN (http://msdn2.microsoft.com/en-us/library/ms724408.aspx), high resolution is QueryPerformanceCounter.
Title: Re: win32 timer function
Post by: u on March 03, 2008, 10:19:06 PM
Or SetTimer() for making Windows send-over pulses every X ms, useful for animations.