// d3dkmddi.h
typedef struct _DXGKARG_SETTARGETCONTENTTYPE {
IN D3DDDI_VIDEO_PRESENT_TARGET_ID TargetId;
IN D3DKMDT_VIDPN_PRESENT_PATH_CONTENT ContentType;
} DXGKARG_SETTARGETCONTENTTYPE;
View the official Windows Driver Kit DDI referenceNo description available.
Used to hold the arguments for DXGKDDI_SETTARGETCONTENTTYPE
TargetIdThe identifier of a display adapter's video present target.
ContentTypeA D3DKMDT_VIDPN_PRESENT_PATH_CONTENT value indicating the type of content being presented on the target id for which the driver should optimize.