D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP - NtDoc

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

NtDoc

No description available.

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

_D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP structure

Description

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.

Members

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.

See also

D3DKMTCheckVidPnExclusiveOwnership