// d3dkmthk.h
typedef struct _D3DKMT_CURRENTDISPLAYMODE {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[out] D3DKMT_DISPLAYMODE DisplayMode;
} D3DKMT_CURRENTDISPLAYMODE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_CURRENTDISPLAYMODE structure describes the current display mode of the specified video source.
VidPnSourceId [in]The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the display mode applies to.
DisplayMode [out]A D3DKMT_DISPLAYMODE structure that represents the current display mode.