D3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_queryvidpnexclusiveownership)

_D3DKMT_QUERYVIDPNEXCLUSIVEOWNERSHIP structure

Description

Used to query for VidPn exclusive ownership.

Members

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.

Remarks

See also