// d3dkmthk.h
typedef struct _D3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP {
[in] HANDLE hProcess;
[in] HWND hWindow;
[out] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[out] LUID AdapterLuid;
[out] D3DKMT_VIDPNSOURCEOWNER_TYPE OwnerType;
} D3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP;
View the official Windows Driver Kit DDI referenceNo description available.
Used to query for VidPn exclusive ownership.
hProcess [in]A handle to the process.
hWindow [in]A handle to the window.
VidPnSourceId [out]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.
AdapterLuid [out]The adapter LUID (locally unique identifier).
OwnerType [out]The owner type.