// d3dkmthk.h
typedef struct _D3DKMT_PRESENT_REDIRECTED {
[in] D3DKMT_HANDLE hSyncObj;
[in] D3DKMT_HANDLE hDevice;
[in] D3DKMT_ALIGN64 ULONGLONG WaitedFenceValue;
[in] D3DKMT_PRESENTHISTORYTOKEN PresentHistoryToken;
D3DKMT_PRESENT_REDIRECTED_FLAGS Flags;
[in] D3DKMT_HANDLE hSource;
[in] UINT PrivateDriverDataSize;
[in] PVOID pPrivateDriverData;
} D3DKMT_PRESENT_REDIRECTED;
View the official Windows Driver Kit DDI referenceNo description available.
Used to give information on the status of the present history token.
hDevice [in]Device associated with the present
hSyncObj [in]The sync object that the PHT waits on.
WaitedFenceValue [in]The fence value of hSyncObj that PHT waits on
PresentHistoryToken [in]The present history token.
FlagsThe flags needed to give the status of the present history token.
hSource [in]Source allocation to present from
PrivateDriverDataSize [in]The size of pPrivateDriverData.
pPrivateDriverData [in]Private driver data to pass to DdiPresent and DdiSetVidPnSourceAddress