D3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP structure (d3dkmthk.h)
Used to query for VidPn exclusive ownership.
Syntax
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;
Members
[in] hProcess
A handle to the process.
[in] hWindow
A handle to the window.
[out] VidPnSourceId
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.
[out] AdapterLuid
The adapter LUID (locally unique identifier).
[out] OwnerType
The owner type.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |