mirror of
https://github.com/reactos/reactos.git
synced 2026-09-11 04:11:38 +08:00
This is an undocumented WinMM specific message that tells whether the `KSCATEGORY_AUDIO` devices were installed or removed. wParam and lParam are not used by this message. It's needed for #8577 to get notification on default audio output device change. CORE-12323