D3DKMT_OUTPUTDUPL_FRAMEINFO結構 (d3dkmthk.h)
D3DKMT_OUTPUTDUPL_FRAMEINFO 結構保留供系統使用。 請勿在驅動程式中使用。
語法
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;
成員
LastPresentTime
LastMouseUpdateTime
AccumulatedFrames
RectsCoalesced
ProtectedContentMaskedOut
PointerPosition
TotalMetadataBufferSize
PointerShapeBufferSize
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 8 |
支援的最低伺服器 | Windows Server 2012 |
標頭 | d3dkmthk.h |