BroadcastSystemMessage function user32
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.
long BroadcastSystemMessageW(
DWORD flags,
LPDWORD lpInfo,
UINT Msg,
WPARAM wParam,
LPARAM lParam
);
Implementation
int BroadcastSystemMessage(
int flags,
Pointer<Uint32> lpInfo,
int Msg,
int wParam,
int lParam,
) => _BroadcastSystemMessage(flags, lpInfo, Msg, wParam, lParam);