D3DKMT_DEVICEPRESENT_QUEUE_STATE - NtDoc

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

typedef struct _D3DKMT_DEVICEPRESENT_QUEUE_STATE {
  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  BOOLEAN                        bQueuedPresentLimitReached;
} D3DKMT_DEVICEPRESENT_QUEUE_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_DEVICEPRESENT_QUEUE_STATE structure

Description

A structure that holds information on the queue state of a hardware device.

Members

VidPnSourceId

Indicates the present source id.

bQueuedPresentLimitReached

Indicates whether the queued present limit has been reached.