// 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 referenceNo description available.
The D3DKMT_OUTPUTDUPL_FRAMEINFO structure is reserved for system use. Don't use it in your driver.
LastPresentTimeLastMouseUpdateTimeAccumulatedFramesRectsCoalescedProtectedContentMaskedOutPointerPositionTotalMetadataBufferSizePointerShapeBufferSize