// 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 referenceNo description available.
The output duplicate context debug info.
StatusA OUTPUTDUPL_CONTEXT_DEBUG_STATUS status.
ProcessIDThe process ID.
AccumulatedPresentsThe accumulated presents.
LastPresentTimeThe last present time.
LastMouseTimeThe last mouse time.
ProcessNameThe process name.