Group: Monitor Configuration (Vista) - Library: dxva2
BOOL GetMonitorContrast(
HANDLE hMonitor,
LPDWORD pdwMinimumContrast,
LPDWORD pdwCurrentContrast,
LPDWORD pdwMaximumContrast
); DECLARE INTEGER GetMonitorContrast IN dxva2;
INTEGER hMonitor,;
LONG @pdwMinimumContrast,;
LONG @pdwCurrentContrast,;
LONG @pdwMaximumContrast hMonitor [in] Handle to a physical monitor. To get the monitor handle, call GetPhysicalMonitorsFromHMONITOR or GetPhysicalMonitorsFromIDirect3DDevice9.
pdwMinimumContrast [out] Receives the monitor"s minimum contrast.
pdwCurrentContrast [out] Receives the monitor"s current contrast.
pdwMaximumContrast [out] Receives the monitor"s maximum contrast.
If the function succeeds, the return value is nonzero.
See also: SetMonitorContrast.
Home