DkmDispatcherObjectFlags Enum

Definition

Internal flags indicating the current state of a dispatcher object.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class DkmDispatcherObjectFlags
Inheritance
DkmDispatcherObjectFlags
Attributes

Fields

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

Applies to

Produit Versions
Visual Studio SDK 2015, 2017, 2019, 2022