D3DKMT_OUTPUTDUPL_FRAMEINFO structure (d3dkmthk.h)
The D3DKMT_OUTPUTDUPL_FRAMEINFO structure is reserved for system use. Don't use it in your driver.
Syntax
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;
Members
LastPresentTime
LastMouseUpdateTime
AccumulatedFrames
RectsCoalesced
ProtectedContentMaskedOut
PointerPosition
TotalMetadataBufferSize
PointerShapeBufferSize
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dkmthk.h |