Function BroadcastSystemMessage

Source
pub unsafe fn BroadcastSystemMessage<M>(
    flags: BSF,
    info: BSM,
    msg: M,
) -> SysResult<BSM>
where M: MsgSend,
Available on crate feature user only.
Expand description

BroadcastSystemMessage function.

ยงSafety

Messages manipulate pointers, copies and window states. Improper use may lead to undefined behavior.