BroadcastSystemMessage

Function BroadcastSystemMessage 

Source
pub unsafe fn BroadcastSystemMessage<M: MsgSend>(
    flags: BSF,
    info: BSM,
    msg: M,
) -> SysResult<BSM>
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.