Skip to content

Latest commit

 

History

History
85 lines (60 loc) · 1.91 KB

d3dkmt-outputdupl-frameinfo.md

File metadata and controls

85 lines (60 loc) · 1.91 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
D3DKMT_OUTPUTDUPL_FRAMEINFO Structure
Learn about the D3DKMT\_OUTPUTDUPL\_FRAMEINFO structure, which is reserved for system use. Do not use in your driver.
D3DKMT_OUTPUTDUPL_FRAMEINFO structure Display Devices
apiref
reference
D3DKMT_OUTPUTDUPL_FRAMEINFO
D3dkmthk.h
HeaderDef
01/05/2018

D3DKMT_OUTPUTDUPL_FRAMEINFO structure

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

Syntax

typedef struct _D3DKMT_OUTPUTDUPL_FRAMEINFO {
  LARGE_INTEGER                      LastPresentTime;
  LARGE_INTEGER                      LastMouseUpdateTime;
  UINT                               AccumulatedFrames;
  BOOL                               RectsCoalesced;
  BOOL                               ProtectedContentMaskedOut;
  D3DKMT_OUTPUTDUPL_POINTER_POSITION PointerPosition;
  UINT                               TotalMetadataBufferSize;
  UINT                               PointerShapeBufferSize;
} D3DKMT_OUTPUTDUPL_FRAMEINFO;

Members

LastPresentTime

LastMouseUpdateTime

AccumulatedFrames

RectsCoalesced

ProtectedContentMaskedOut

PointerPosition

TotalMetadataBufferSize

PointerShapeBufferSize

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

D3dkmthk.h (include D3dkmthk.h)