Monitor SaveCurrentMonitorSettings Function
Monitor Configuration API |
Previous | Next |
SaveCurrentMonitorSettings Function
Saves the current monitor settings to the display's nonvolatile storage.
Syntax
BOOL SaveCurrentMonitorSettings( 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
Client: Requires Windows Vista.
Header: Include HighLevelMonitorConfigurationAPI.h.
Library: Use dxva2.lib.
See Also
Previous | Next |