DXGKARG_ISSUPPORTEDVIDPN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARG_ISSUPPORTEDVIDPN {
  IN D3DKMDT_HVIDPN hDesiredVidPn;
  OUT BOOLEAN       IsVidPnSupported;
} DXGKARG_ISSUPPORTEDVIDPN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_issupportedvidpn)

_DXGKARG_ISSUPPORTEDVIDPN structure

Description

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.

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.

See also

DxgkDdiIsSupportedVidPn