Expand Minimize
0 out of 1 rated this helpful - Rate this topic

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

HighLevelMonitorConfigurationAPI.h

Library

Dxva2.lib

DLL

Dxva2.dll

See also

Monitor Configuration Functions

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.