// d3dkmddi.h
typedef struct _DXGKARG_ISSUPPORTEDVIDPN {
IN D3DKMDT_HVIDPN hDesiredVidPn;
OUT BOOLEAN IsVidPnSupported;
} DXGKARG_ISSUPPORTEDVIDPN;
View the official Windows Driver Kit DDI referenceNo description available.
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.
hDesiredVidPnA handle to the VidPN object in question.
IsVidPnSupportedA Boolean variable that receives TRUE if the VidPN is supported and FALSE if the VidPN is not supported.