// 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 referenceNo description available.
The D3DKMT_DEVICEPRESENT_STATE structure describes parameters for retrieving the present status for a device.
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.