D3DKMT_SETVIDPNSOURCEOWNER structure (d3dkmthk.h)

The D3DKMT_SETVIDPNSOURCEOWNER structure describes the parameters for setting or releasing the video present source in the path of a video present network (VidPN) topology that owns the VidPN.

Syntax

typedef struct _D3DKMT_SETVIDPNSOURCEOWNER {
  [in] D3DKMT_HANDLE hDevice;
  void          D3DKMT_PTR(
    const D3DKMT_VIDPNSOURCEOWNER_TYPE *unnamedParam1,
    pType                              unnamedParam2
  );
  void          D3DKMT_PTR(
    const D3DDDI_VIDEO_PRESENT_SOURCE_ID *unnamedParam1,
    pVidPnSourceId                       unnamedParam2
  );
       UINT          VidPnSourceCount;
} D3DKMT_SETVIDPNSOURCEOWNER;

Members

[in] hDevice

A D3DKMT_HANDLE data type that represents a kernel-mode handle to the device that acquires or releases the VidPN source owner.

void D3DKMT_PTR( const D3DKMT_VIDPNSOURCEOWNER_TYPE *unnamedParam1, pType unnamedParam2)

void D3DKMT_PTR( const D3DDDI_VIDEO_PRESENT_SOURCE_ID *unnamedParam1, pVidPnSourceId unnamedParam2)

VidPnSourceCount

The number of valid entries in the array that pVidPnSourceId specifies.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMTSetVidPnSourceOwner