DkmDispatcherObjectFlags Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Internal flags indicating the current state of a dispatcher object.
This enumeration supports a bitwise combination of its member values.
public enum class DkmDispatcherObjectFlags
public enum class DkmDispatcherObjectFlags
enum DkmDispatcherObjectFlags
[System.Flags]
public enum DkmDispatcherObjectFlags
[<System.Flags>]
type DkmDispatcherObjectFlags =
Public Enum DkmDispatcherObjectFlags
- Inheritance
-
DkmDispatcherObjectFlags
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | No flags are currently set |
ObjectAlive | 1 | Object has been fully initialized and has not been closed |
ObjectUnloaded | 2 | Object has been unloaded |
LockInitialized | 4 | Critical Section has been initialized |
RestrictVisibilityAboveCreationLevel | 8 | Object is hidden from components which are above the creation level. |
RestrictVisibilityBelowCreationLevel | 16 | Object is hidden from components which are below the creation level. |
RemoteMarshalled | 32 | Reference object has been marshalled into its associated connection |
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |