Skip to content

Commit 7a3b7fc

Browse files
drewbatgitCopilot
andcommitted
Fix incorrect deprecation notice on Multimedia Timers page
The deprecation notice on multimedia-timers.md incorrectly referenced Joysticks and Windows.Gaming.Input Namespace instead of Multimedia Timers and Multimedia Class Scheduler Service. Updated to match the correct boilerplate used by all other pages in the Multimedia Timers section. Fixes ADO #543978 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 30d5266 commit 7a3b7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop-src/Multimedia/multimedia-timers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: UpdateFrequency5
1515

1616
# Multimedia Timers
1717

18-
\[The feature associated with this page, [Joysticks](/windows/win32/multimedia/joysticks), is a legacy feature. It has been superseded by [Windows.Gaming.Input Namespace](/uwp/api/windows.gaming.input). **Windows.Gaming.Input Namespace** has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use **Windows.Gaming.Input Namespace** instead of **Joysticks**, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.\]
18+
\[The feature associated with this page, Multimedia Timers, is a legacy feature. It has been superseded by [Multimedia Class Scheduler Service](/windows/win32/procthread/multimedia-class-scheduler-service). **Multimedia Class Scheduler Service** has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use **Multimedia Class Scheduler Service** instead of **Multimedia Timers**, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.\]
1919

2020
The multimedia timer services allow an application to schedule periodic timer events — that is, the application can request and receive timer messages at application-specified intervals.
2121

0 commit comments

Comments
 (0)