D3DKMT_DEVICEPRESENT_STATE_DWM - NtDoc

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

typedef struct _D3DKMT_DEVICEPRESENT_STATE_DWM {
  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  D3DKMT_PRESENT_STATS_DWM       PresentStatsDWM;
} D3DKMT_DEVICEPRESENT_STATE_DWM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_DEVICEPRESENT_STATE_DWM structure

Description

The device present state.

Members

VidPnSourceId

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the monitor is connected to.

PresentStatsDWM

Present status for DWM (desktop windows manager).

Remarks

See also