SaveCurrentMonitorSettings function
Applies to: desktop apps only
Saves the current monitor settings to the display's nonvolatile storage.
Syntax
BOOL SaveCurrentMonitorSettings( __in HANDLE hMonitor );
Parameters
- hMonitor [in]
-
Handle to a physical monitor. To get the monitor handle, call GetPhysicalMonitorsFromHMONITOR or GetPhysicalMonitorsFromIDirect3DDevice9.
Return value
If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError.
Remarks
This function takes about 200 milliseconds to return.
This high-level function is identical to the low-level function SaveCurrentSettings.
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012