PFND3DKMT_QUERYCLOCKCALIBRATION - NtDoc

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

PFND3DKMT_QUERYCLOCKCALIBRATION Pfnd3dkmtQueryclockcalibration;

NTSTATUS Pfnd3dkmtQueryclockcalibration(
  D3DKMT_QUERYCLOCKCALIBRATION *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_queryclockcalibration)

PFND3DKMT_QUERYCLOCKCALIBRATION callback function

Description

The PFND3DKMT_QUERYCLOCKCALIBRATION callback function queries clock calibration.

Parameters

unnamedParam1

Pointer to a D3DKMT_QUERYCLOCKCALIBRATION structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_QUERYCLOCKCALIBRATION Pfnd3dkmtQueryclockcalibration;

// Definition

NTSTATUS Pfnd3dkmtQueryclockcalibration
(
    D3DKMT_QUERYCLOCKCALIBRATION *
)
{...}

Remarks

See also