BroadcastSystemMessageInfo 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 BroadcastSystemMessageInfo
<FlagsAttribute>
Public Enumeration BroadcastSystemMessageInfo
Dim instance As BroadcastSystemMessageInfo
[FlagsAttribute]
public enum class BroadcastSystemMessageInfo
[<FlagsAttribute>]
type BroadcastSystemMessageInfo
No code example is currently available or this language may not be supported.
AllComponents |
0 |
Broadcast to all system components.
|
Vxds |
1 |
( Not documented. )
|
NetDriver |
2 |
( Not documented. )
|
InstallableDrivers |
4 |
( Not documented. )
|
Applications |
8 |
Broadcast to applications.
|
AllDesktops |
16 |
Broadcast to all desktops. Requires the SE_TCB_NAME privilege.
|