D3DKMT_OUTPUTDUPL_FRAMEINFO - NtDoc

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

typedef struct _D3DKMT_OUTPUTDUPL_FRAMEINFO {
  D3DKMT_ALIGN64 LARGE_INTEGER       LastPresentTime;
  D3DKMT_ALIGN64 LARGE_INTEGER       LastMouseUpdateTime;
  UINT                               AccumulatedFrames;
  BOOL                               RectsCoalesced;
  BOOL                               ProtectedContentMaskedOut;
  D3DKMT_OUTPUTDUPL_POINTER_POSITION PointerPosition;
  UINT                               TotalMetadataBufferSize;
  UINT                               PointerShapeBufferSize;
} D3DKMT_OUTPUTDUPL_FRAMEINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_OUTPUTDUPL_FRAMEINFO structure

Description

The D3DKMT_OUTPUTDUPL_FRAMEINFO structure is reserved for system use. Don't use it in your driver.

Members

LastPresentTime

LastMouseUpdateTime

AccumulatedFrames

RectsCoalesced

ProtectedContentMaskedOut

PointerPosition

TotalMetadataBufferSize

PointerShapeBufferSize

Remarks

See also