Hi!
I am using WaitForSingleObject
from (kernel32.dll) in my program.
It is working fine on 32bit Windows XP, but when I use it on 64bit WindowsXP, it is not working.
The problem is that it doesn't wait for the process and control moves forward.
Does anyone have any idea on why?
Is there any replacement for that method in WinXP 64bit ?