D3DKMT_DEVICEPRESENT_STATE - NtDoc

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

typedef struct _D3DKMT_DEVICEPRESENT_STATE {
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [out] D3DKMT_PRESENT_STATS           PresentStats;
} D3DKMT_DEVICEPRESENT_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_DEVICEPRESENT_STATE structure

Description

The D3DKMT_DEVICEPRESENT_STATE structure describes parameters for retrieving the present status for a device.

Members

VidPnSourceId [in]

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology to receive present status for.

PresentStats [out]

A D3DKMT_PRESENT_STATS structure that describes status of present operations that is retrieved for the device.

See also

D3DKMT_GETDEVICESTATE

D3DKMT_PRESENT_STATS