IDDCX_FRAME_STATISTICS_STEP - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDDCX_FRAME_STATISTICS_STEP {
  UINT                             Size;
  IDDCX_FRAME_STATISTICS_STEP_TYPE Type;
  UINT64                           QpcTime;
  UINT32                           Data[2];
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-iddcx_frame_statistics_step)

IDDCX_FRAME_STATISTICS_STEP structure

Description

The IDDCX_FRAME_STATISTICS_STEP structure provides information about the frame processing step being used by the driver.

Members

Size

Total size of this structure, in bytes.

Type

A IDDCX_FRAME_STATISTICS_STEP_TYPE value that specifies the type of frame processing step.

QpcTime

Specifies the system QPC time of the step.

Data

When driver-defined processing part is used, then the driver can store additional data here.

See also

IDDCX_FRAME_STATISTICS