DXGK_VIDPN_INTERFACE_VERSION enumeration
The DXGK_VIDPN_INTERFACE_VERSION enumeration indicates the version of a video present network (VidPN) interface.
Syntax
typedef enum _DXGK_VIDPN_INTERFACE_VERSION { DXGK_VIDPN_INTERFACE_VERSION_UNINITIALIZED = 0, DXGK_VIDPN_INTERFACE_VERSION_V1 = 1 } DXGK_VIDPN_INTERFACE_VERSION;
Constants
- DXGK_VIDPN_INTERFACE_VERSION_UNINITIALIZED
-
Indicates that a variable of type DXGK_VIDPN_INTERFACE_VERSION has not yet been assigned a meaningful value.
- DXGK_VIDPN_INTERFACE_VERSION_V1
-
Indicates version 1 of the VidPN interface.
Remarks
The VidPnInterfaceVersion parameter of the DxgkCbQueryVidPnInterface function and the Version member of the DXGK_VIDPN_INTERFACE structure are DXGK_VIDPN_INTERFACE_VERSION values.
Requirements
|
Version | Available in Windows Vista and later versions of the Windows operating systems. |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012