Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello guys.
I am working on one project .
My purpose is : input X,Y position and then give the program one scheduler, for example : yy/mm/day/hour/second/milisecond.

I mean , the click done in specifice time in milisecond accuracy, Moreover the program uses GetSystemTimePreciseAsFileTime as time sourse.

Could you please kindly help me , i will be appreciated.
Thank you
Best regurds

What I have tried:

GetSystemTimePreciseAsFileTime function (sysinfoapi.h) - Win32 apps | Microsoft Docs[^]
the link above contains the reference and function of GetSystemTimePreciseAsFileTime.

please help and guaide me.

thanks a lot
Posted
Updated 13-Feb-22 8:52am
Comments
[no name] 13-Feb-22 22:12pm    
The OS cannot guarantee the start time of any timed event; only that it won't start sooner.
Member 15527623 14-Feb-22 5:22am    
so what is the solution?
does it work in linux?
Richard MacCutchan 14-Feb-22 4:04am    
So when the scheduled time arrives, what then?
Member 15527623 14-Feb-22 5:21am    
the mouse(left) click the x.y point.
Richard MacCutchan 14-Feb-22 5:28am    
And? What do you expect will happen then?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900