// d3dkmthk.h
typedef struct _D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP {
[in] D3DKMT_HANDLE hAdapter;
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP structure describes the parameters to determine the video present source in the path of a video present network (VidPN) topology that exclusively owns the VidPN.
hAdapter [in]A D3DKMT_HANDLE data type that represents a kernel-mode handle to the graphics adapter.
VidPnSourceId [in]The zero-based identification number of the video present source in a path of a video present network (VidPN) topology to check about.
D3DKMTCheckVidPnExclusiveOwnership