// d3dkmdt.h
typedef struct _D3DKMT_QUERYCLOCKCALIBRATION {
[in] D3DKMT_HANDLE hAdapter;
[in] UINT32 NodeOrdinal;
[in] UINT32 PhysicalAdapterIndex;
[out] DXGK_GPUCLOCKDATA ClockData;
} D3DKMT_QUERYCLOCKCALIBRATION;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to query clock calibration information.
hAdapter [in]The adapter to query clock information for.
NodeOrdinal [in]Node ordinal of the requested engine.
PhysicalAdapterIndex [in]The physical adapter index, in an LDA chain.
ClockData [out]Output frequency, GPU clock, and CPU clock on the specified engine.