// 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 referenceNo description available.
The IDDCX_FRAME_STATISTICS_STEP structure provides information about the frame processing step being used by the driver.
SizeTotal size of this structure, in bytes.
TypeA IDDCX_FRAME_STATISTICS_STEP_TYPE value that specifies the type of frame processing step.
QpcTimeSpecifies the system QPC time of the step.
DataWhen driver-defined processing part is used, then the driver can store additional data here.