OUTPUTDUPL_CONTEXT_DEBUG_INFO - NtDoc

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

typedef struct _OUTPUTDUPL_CONTEXT_DEBUG_INFO {
  OUTPUTDUPL_CONTEXT_DEBUG_STATUS Status;
  HANDLE                          ProcessID;
  UINT32                          AccumulatedPresents;
  D3DKMT_ALIGN64 LARGE_INTEGER    LastPresentTime;
  D3DKMT_ALIGN64 LARGE_INTEGER    LastMouseTime;
  CHAR                            ProcessName[DXGK_DIAG_PROCESS_NAME_LENGTH];
} OUTPUTDUPL_CONTEXT_DEBUG_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_outputdupl_context_debug_info)

_OUTPUTDUPL_CONTEXT_DEBUG_INFO structure

Description

The output duplicate context debug info.

Members

Status

A OUTPUTDUPL_CONTEXT_DEBUG_STATUS status.

ProcessID

The process ID.

AccumulatedPresents

The accumulated presents.

LastPresentTime

The last present time.

LastMouseTime

The last mouse time.

ProcessName

The process name.

Remarks

See also