// d3dkmthk.h
PFND3DKMT_QUERYCLOCKCALIBRATION Pfnd3dkmtQueryclockcalibration;
NTSTATUS Pfnd3dkmtQueryclockcalibration(
D3DKMT_QUERYCLOCKCALIBRATION *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_QUERYCLOCKCALIBRATION callback function queries clock calibration.
unnamedParam1Pointer to a D3DKMT_QUERYCLOCKCALIBRATION structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_QUERYCLOCKCALIBRATION Pfnd3dkmtQueryclockcalibration;
// Definition
NTSTATUS Pfnd3dkmtQueryclockcalibration
(
D3DKMT_QUERYCLOCKCALIBRATION *
)
{...}