D3DKMT_DEVICEPRESENT_STATE structure (d3dkmthk.h)

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

Syntax

typedef struct _D3DKMT_DEVICEPRESENT_STATE {
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [out] D3DKMT_PRESENT_STATS           PresentStats;
} D3DKMT_DEVICEPRESENT_STATE;

Members

[in] VidPnSourceId

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.

[out] PresentStats

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

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMT_GETDEVICESTATE

D3DKMT_PRESENT_STATS