Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 1.63 KB

outputdupl-context-debug-info.md

File metadata and controls

79 lines (56 loc) · 1.63 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
OUTPUTDUPL_CONTEXT_DEBUG_INFO Structure
Learn about the OUTPUTDUPL\_CONTEXT\_DEBUG\_INFO structure, which is reserved for system use. Do not use in your driver.
OUTPUTDUPL_CONTEXT_DEBUG_INFO structure Display Devices
apiref
reference
OUTPUTDUPL_CONTEXT_DEBUG_INFO
D3dkmthk.h
HeaderDef
01/05/2018

OUTPUTDUPL_CONTEXT_DEBUG_INFO structure

Reserved for system use. Do not use in your driver.

Syntax

typedef struct _OUTPUTDUPL_CONTEXT_DEBUG_INFO {
  OUTPUTDUPL_CONTEXT_DEBUG_STATUS Status;
  HANDLE                          ProcessID;
  UINT32                          AccumulatedPresents;
  LARGE_INTEGER                   LastPresentTime;
  LARGE_INTEGER                   LastMouseTime;
  CHAR                            ProcessName[DXGK_DIAG_PROCESS_NAME_LENGTH];
} OUTPUTDUPL_CONTEXT_DEBUG_INFO;

Members

Status

ProcessID

AccumulatedPresents

LastPresentTime

LastMouseTime

ProcessName

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

D3dkmthk.h (include D3dkmthk.h)