according to the sdk
"The BroadcastSystemMessage function sends a message to the specified
recipients. The recipients can be applications, installable drivers, network
drivers, system-level device drivers, or any combination of these system
components"
Note: system-level device drivers
Is this documentation correct?
If so, how does the WDM-type system-level device drivers get this message,
possibbly via IoRegisterPlugPlayNotification? which parameters to pass to
this call?
Or maybe another registration function?
And also, if so what parameters to pass in BroadcastSystemMessage(
DWORD dwFlags,
LPDWORD lpdwRecipients,
UINT uiMessage,
WPARAM wParam,
LPARAM lParam
) ???
such that it can be seen by a wdm driver
thanks
tom