syntax for SetTimer function is as follows:-
UINT SetTimer( UINT nIDEvent, UINT nElapse, void (CALLBACK EXPORT* lpfnTimer)(HWND, UINT, UINT, DWORD) );
In this the 2nd parameter is the time in milliseconds after which WM_TIMER message is sent.
Now my query is that what is the maximum limitation on the value of the second parameter(nElapse)?
|
Go4Expert Founder
|
![]() |
| 11Oct2006,14:06 | #2 |
|
You have posted the query in Article / Source code section and I have moved it to Queries and discussion forum
Quote:
Originally Posted by nayansoni |
|
Newbie Member
|
|
| 11Oct2006,14:16 | #3 |
|
Thanks shabbir
|
|
Go4Expert Founder
|
![]() |
| 11Oct2006,16:00 | #4 |
|
My pleasure.
|

