 |
 |
 |
|
|  |  |
 |
SetMonitorContrast ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Sets the contrast value for a monitor. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
BOOL SetMonitorContrast(
HANDLE hMonitor,
DWORD dwNewContrast
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER SetMonitorContrast IN dxva2;
INTEGER hMonitor,;
LONG dwNewContrast
|
 |  |  | | Parameters: |  | hMonitor
[in] Handle to a physical monitor. To get the monitor handle, call GetPhysicalMonitorsFromHMONITOR or GetPhysicalMonitorsFromIDirect3DDevice9.
dwNewContrast
[in] Contrast value. To get the monitor"s minimum and maximum contrast values, call, call GetMonitorContrast.
|
 |  | | Return value: |  | | If the function succeeds, the return value is nonzero. |
 |  | | Usage: |  |
= SetMonitorContrast(hPhysMonitor, 75)
|
 |  | | My comment: |  | If this function is supported, the GetMonitorCapabilities function returns the MC_CAPS_CONTRAST flag.
See also: GetMonitorContrast, GetMonitorBrightness |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2008-12-11 14:56:03 | | Modified: | 2008-12-11 14:58:16 | Visited in last 7 days: 8 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|