-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
feature requestAPI changes requiredAPI changes required
Milestone
Description
Library uses obsolete Windows function:
public static extern uint timeSetEvent(uint uDelay, uint uResolution, TimeProc lpTimeProc, IntPtr dwUser, uint fuEvent);https://docs.microsoft.com/en-us/previous-versions/dd757634(v=vs.85)
https://docs.microsoft.com/en-us/windows/win32/multimedia/starting-a-single-timer
It would be recommended to replace method with new equivalent before method get deprecated and removed from future versions of Windows. As Windows 10 is a subject to obligatory auto-update, all Windows 10 users will be affected in the future.
More informations on the available Times in C#:
https://docs.microsoft.com/en-us/dotnet/api/system.threading.timer?view=net-5.0#remarks
Metadata
Metadata
Assignees
Labels
feature requestAPI changes requiredAPI changes required