// d3dkmdt.h
typedef enum _D3DKMDT_VIDPN_PRESENT_PATH_CONTENT {
D3DKMDT_VPPC_UNINITIALIZED,
D3DKMDT_VPPC_GRAPHICS,
D3DKMDT_VPPC_VIDEO,
D3DKMDT_VPPC_NOTSPECIFIED
} D3DKMDT_VIDPN_PRESENT_PATH_CONTENT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_VIDPN_PRESENT_PATH_CONTENT enumeration is used to indicate the type of content that is displayed on a VidPN present path.
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.
The Content member of a D3DKMDT_VIDPN_PRESENT_PATH structure is a value from the D3DKMDT_VIDPN_PRESENT_PATH_CONTENT enumeration.