énumération DXGK_VIDPN_INTERFACE_VERSION (d3dkmddi.h)

L’énumération DXGK_VIDPN_INTERFACE_VERSION indique la version d’une interface VidPN (Video Present Network).

Syntax

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 reçu de 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 DXGK_VIDPN_INTERFACE_VERSION valeurs.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista
En-tête d3dkmddi.h (inclure D3dkmddi.h)

Voir aussi

Interfaces et objets VidPn