BroadcastSystemMessageFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum BroadcastSystemMessageFlags
<FlagsAttribute>
Public Enumeration BroadcastSystemMessageFlags
Dim instance As BroadcastSystemMessageFlags
[FlagsAttribute]
public enum class BroadcastSystemMessageFlags
[<FlagsAttribute>]
type BroadcastSystemMessageFlags
No code example is currently available or this language may not be supported.
Query |
1 |
Sends the message to one recipient at a time,
sending to a subsequent recipient only if the current recipient returns .
|
IgnoreCurrentTask |
2 |
Does not send the message to windows that belong to the current task.
This prevents an application from receiving its own message.
|
FlushDisk |
4 |
Flushes the disk after each recipient processes the message.
|
NoHang |
8 |
Forces a non-responsive application to time out.
If one of the recipients times out, do not continue broadcasting the message.
|
PostMessage |
16 |
Posts the message.
Do not use in combination with Query.
|
ForceIfHung |
32 |
Continues to broadcast the message,
even if the time-out period elapses or one of the recipients is not responding.
|
NoTimeoutIfNotHung |
64 |
Waits for a response to the message, as long as the recipient is not being unresponsive.
Does not time out.
|
AllowSetForegroundWindow |
128 |
Enables the recipient to set the foreground window while processing the message.
|
SendNotifyMessage |
256 |
Sends the message using SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) function.
Do not use in combination with Query.
|
ReturnHDesk |
512 |
( Not documented. )
|
Luid |
1,024 |
( Not documented. )
|