DXGKARG_SETTARGETCONTENTTYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_settargetcontenttype)

_DXGKARG_SETTARGETCONTENTTYPE structure

Description

Used to hold the arguments for DXGKDDI_SETTARGETCONTENTTYPE

Members

TargetId

The identifier of a display adapter's video present target.

ContentType

A D3DKMDT_VIDPN_PRESENT_PATH_CONTENT value indicating the type of content being presented on the target id for which the driver should optimize.