Skip to content

Latest commit

 

History

History
88 lines (53 loc) · 2.29 KB

ddccigettimingreport.md

File metadata and controls

88 lines (53 loc) · 2.29 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
DDCCIGetTimingReport function
Gets the horizontal and vertical synchronization frequencies of a monitor.
d490cb89-082a-42a1-ac0a-335c929cd5d7
DDCCIGetTimingReport function Monitor Configuration
apiref
DDCCIGetTimingReport
gdi32.dll
DllExport
reference
05/31/2018

DDCCIGetTimingReport function

Important

This function is used by the monitor configuration API to access functionality in the display driver. Applications should not call this function.

Gets the horizontal and vertical synchronization frequencies of a monitor.

Syntax

NTSTATUS WINAPI DDCCIGetTimingReport(
  _In_  HANDLE             hMonitor,
  _Out_ LPMC_TIMING_REPORT pmtr
);

Parameters

hMonitor [in]

A handle to a physical monitor.

pmtr [out]

A pointer to an MC_TIMING_REPORT structure that receives the timing information.

Return value

If the method succeeds, it returns STATUS_SUCCESS. Otherwise, it returns an NTSTATUS error code.

Remarks

Applications should call GetTimingReport instead of calling this function.

This function has no associated import library. To call this function, you must use the LoadLibrary and GetProcAddress functions to dynamically link to Gdi32.dll.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
DLL
Gdi32.dll

See also

Monitor Configuration Functions