i am getting confuse in SetTimer() Function.
SetTimer() Function takes three parameters
eg; 1) SetTimer(1,2000,Timerflow);
SetTimer() Function takes four parameters
eg; 2) SetTimer(NULL,1,2000,Timerflow);
What is the difference between these two functions.
i know SetTimer() Three parameters.but when i try the four parameter SetTimer() function. and i will get the error
error C2660: 'SetTimer' : function does not take 4 parametersSo what is the Main difference and why this error came.please any body give the solution.