D3DKMT_TRACKEDWORKLOADDEADLINE structure

Arguments used to set the tracked workload deadline.

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

typedef struct _D3DKMT_TRACKEDWORKLOADDEADLINE {
  union {
    UINT64 VBlankOffsetHundredsNS;
    UINT64 AbsoluteQPC;
  };
} D3DKMT_TRACKEDWORKLOADDEADLINE;

Members

VBlankOffsetHundredsNS

If Type is equal to D3DKMT_TRACKEDWORKLOADDEADLINETYPE_VBLANK, the deadline value indicates the offset to the next VBLANK (vertical blanking interval), in hundreds of nanoseconds.

AbsoluteQPC

If *Type) is equal to D3DKMT_TRACKEDWORKLOADDEADLINETYPE_ABSOLUTE, the deadline value indicates the absolute QPC (query performance counter) value.

Requirements

Header d3dkmthk.h