Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_UNINITIALIZEDIndicates that a variable of type D3DKMDT_VIDPN_PRESENT_PATH_CONTENT has not yet been assigned a meaningful value. | 
| D3DKMDT_VPPC_GRAPHICSIndicates that the path displays graphics content. | 
| D3DKMDT_VPPC_VIDEOIndicates that the path displays video content. | 
| D3DKMDT_VPPC_NOTSPECIFIEDIndicates 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 | Windows Vista | 
| Header | d3dkmdt.h |