DisplayConfigPathTargetInfoRefreshRate Field

A DISPLAYCONFIG_RATIONAL structure that specifies the refresh rate of the target.

If the caller specifies target mode information, the operating system will instead use the refresh rate that is stored in the VerticalSyncFreq member. In this case, the caller specifies this value in the VideoSignalInfo member.

A refresh rate with both the numerator and denominator set to zero indicates that the caller does not specify a refresh rate and the operating system should use the most optimal refresh rate available. For this case, in a call to the SetDisplayConfig(UInt32, DisplayConfigPathInfo, UInt32, DisplayConfigModeInfo, SetDisplayConfigFlags) function, the caller must set the ScanLineOrdering member to the Unspecified value; otherwise, SetDisplayConfig(UInt32, DisplayConfigPathInfo, UInt32, DisplayConfigModeInfo, SetDisplayConfigFlags) fails.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.

Field Value

DisplayConfigRefreshRate

See Also