DXGKARG_ISSUPPORTEDVIDPN structure (d3dkmddi.h)

The DXGKARG_ISSUPPORTEDVIDPN structure contains arguments for the DxgkDdiIsSupportedVidPn function. The DxgkDdiIsSupportedVidPn function determines whether a specified video present network (VidPN) is supported on a display adapter.

Syntax

typedef struct _DXGKARG_ISSUPPORTEDVIDPN {
  IN D3DKMDT_HVIDPN hDesiredVidPn;
  OUT BOOLEAN       IsVidPnSupported;
} DXGKARG_ISSUPPORTEDVIDPN;

Members

hDesiredVidPn

A handle to the VidPN object in question.

IsVidPnSupported

A Boolean variable that receives TRUE if the VidPN is supported and FALSE if the VidPN is not supported.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmddi.h (include D3dkmddi.h)

See also

DxgkDdiIsSupportedVidPn