D3DKMT_PRESENT_REDIRECTED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_present_redirected)

_D3DKMT_PRESENT_REDIRECTED structure

Description

Used to give information on the status of the present history token.

Members

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.

Flags

The 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