Function winsafe::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.