OUTPUTDUPL_CONTEXT_DEBUG_STATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef enum _OUTPUTDUPL_CONTEXT_DEBUG_STATUS {
  OUTPUTDUPL_CONTEXT_DEBUG_STATUS_INACTIVE,
  OUTPUTDUPL_CONTEXT_DEBUG_STATUS_ACTIVE,
  OUTPUTDUPL_CONTEXT_DEBUG_STATUS_PENDING_DESTROY,
  OUTPUTDUPL_CONTEXT_DEBUG_STATUS_FORCE_UINT32
} OUTPUTDUPL_CONTEXT_DEBUG_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-_outputdupl_context_debug_status)

OUTPUTDUPL_CONTEXT_DEBUG_STATUS enumeration

Description

The OUTPUTDUPL_CONTEXT_DEBUG_STATUS structure specifies output duplicate context debug status.

Constants

OUTPUTDUPL_CONTEXT_DEBUG_STATUS_INACTIVE

Inactive.

OUTPUTDUPL_CONTEXT_DEBUG_STATUS_ACTIVE

Active.

OUTPUTDUPL_CONTEXT_DEBUG_STATUS_PENDING_DESTROY

Destroy pending.

OUTPUTDUPL_CONTEXT_DEBUG_STATUS_FORCE_UINT32

Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. You should not use this value.

Remarks

See also