D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP structure (d3dkmthk.h)

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.

Syntax

typedef struct _D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP {
  [in] D3DKMT_HANDLE                  hAdapter;
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP;

Members

[in] hAdapter

A D3DKMT_HANDLE data type that represents a kernel-mode handle to the graphics adapter.

[in] VidPnSourceId

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology to check about.

Requirements

Requirement Value
Minimum supported client D3DKMT_CHECKVIDPNEXCLUSIVEOWNERSHIP is supported beginning with the Windows 7 operating system.
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMTCheckVidPnExclusiveOwnership