Partager via


énumération DXGK_VIDPN_INTERFACE_VERSION (d3dkmddi.h)

L’énumération DXGK_VIDPN_INTERFACE_VERSION indique la version d’une interface de réseau présent vidéo (VidPN).

Syntaxe

typedef enum _DXGK_VIDPN_INTERFACE_VERSION {
  DXGK_VIDPN_INTERFACE_VERSION_UNINITIALIZED,
  DXGK_VIDPN_INTERFACE_VERSION_V1,
  DXGK_VIDPN_INTERFACE_VERSION_V2
} DXGK_VIDPN_INTERFACE_VERSION;

Constantes

 
DXGK_VIDPN_INTERFACE_VERSION_UNINITIALIZED
Indique qu’une variable de type DXGK_VIDPN_INTERFACE_VERSION n’a pas encore été affectée à une valeur significative.
DXGK_VIDPN_INTERFACE_VERSION_V1
Indique la version 1 de l’interface VidPN.
DXGK_VIDPN_INTERFACE_VERSION_V2
Indique la version 2 de l’interface VidPN.

Remarques

Le paramètre VidPnInterfaceVersion de la fonction DxgkCbQueryVidPnInterface et le membre Version de la structure DXGK_VIDPN_INTERFACE sont des valeurs DXGK_VIDPN_INTERFACE_VERSION.

Exigences

Exigence Valeur
client minimum pris en charge Windows Vista
d’en-tête d3dkmddi.h (include D3dkmddi.h)

Voir aussi

des objets et interfaces VidPn