DXGKDDI_SETTARGETCONTENTTYPE callback function (d3dkmddi.h)
Passes the content type for which the driver should optimize on the specified target.
Syntax
DXGKDDI_SETTARGETCONTENTTYPE DxgkddiSettargetcontenttype;
NTSTATUS DxgkddiSettargetcontenttype(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_SETTARGETCONTENTTYPE pSetTargetContentTypeArg
)
{...}
Parameters
hAdapter
A handle that identifies the adapter.
pSetTargetContentTypeArg
A pointer to a DXGKARG_SETTARGETCONTENTTYPE structure that provides the target to be modified and the new type of content being displayed on it.
Return value
If this routine succeeds, it returns STATUS_SUCCESS.
Remarks
This is an optional DDI, so the function pointer in DRIVER_INITIALIZATION_DATA should be set to null if the DDI is not implemented for every adapter supported by the driver. This function is always called at PASSIVE level so the supporting code should be made pageable.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3dkmddi.h |