PFND3DKMT_RESETTRACKEDWORKLOAD callback function

Resets the tracked workload to its initial state and resets all the rolling statistics.

Note

This Tracked Workload implementation is removed from Windows 10 version 2003 until further notice, and was deprecated from earlier OS versions as part of a security fix.

Syntax

PFND3DKMT_RESETTRACKEDWORKLOAD Pfnd3dkmtResettrackedworkload;

NTSTATUS Pfnd3dkmtResettrackedworkload(
  D3DKMT_RESETTRACKEDWORKLOAD *Arg1
)
{...}

Parameters

Arg1

[in] Pointer to a D3DKMT_RESETTRACKEDWORKLOAD structure.

Return value

Returns NTSTATUS that.

Remarks

This callback will reset all previously tracked workloads, and current work in flight in the GPU will affect upcoming stats.

Requirements

Header d3dkmthk.h