D3DKMDT_VIDPN_PRESENT_PATH_CONTENT enumeration (d3dkmdt.h)

The D3DKMDT_VIDPN_PRESENT_PATH_CONTENT enumeration is used to indicate the type of content that is displayed on a VidPN present path.

Syntax

typedef enum _D3DKMDT_VIDPN_PRESENT_PATH_CONTENT {
  D3DKMDT_VPPC_UNINITIALIZED,
  D3DKMDT_VPPC_GRAPHICS,
  D3DKMDT_VPPC_VIDEO,
  D3DKMDT_VPPC_NOTSPECIFIED
} D3DKMDT_VIDPN_PRESENT_PATH_CONTENT;

Constants

 
D3DKMDT_VPPC_UNINITIALIZED
Indicates that a variable of type D3DKMDT_VIDPN_PRESENT_PATH_CONTENT has not yet been assigned a meaningful value.
D3DKMDT_VPPC_GRAPHICS
Indicates that the path displays graphics content.
D3DKMDT_VPPC_VIDEO
Indicates that the path displays video content.
D3DKMDT_VPPC_NOTSPECIFIED
Indicates that no content type has been specified.

Remarks

The Content member of a D3DKMDT_VIDPN_PRESENT_PATH structure is a value from the D3DKMDT_VIDPN_PRESENT_PATH_CONTENT enumeration.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dkmdt.h