D3DKMT_SUBMITPRESENTBLTTOHWQUEUE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_SUBMITPRESENTBLTTOHWQUEUE {
  D3DKMT_HANDLE         hHwQueue;
  D3DKMT_ALIGN64 UINT64 HwQueueProgressFenceId;
  D3DKMT_PRESENT        PrivatePresentData;
} D3DKMT_SUBMITPRESENTBLTTOHWQUEUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_SUBMITPRESENTBLTTOHWQUEUE structure

Description

Contains arguments needed for the D3DKMTSubmitPresentBltToHwQueue function.

Members

hHwQueue

Handle to the created queue.

HwQueueProgressFenceId

Handle to the hardware queue progress fence id.

PrivatePresentData

The private present data.