SaveCurrentMonitorSettings function dxva2
Saves the current monitor settings to the display's nonvolatile storage.
_BOOL SaveCurrentMonitorSettings(
HANDLE hMonitor
);
Implementation
int SaveCurrentMonitorSettings(int hMonitor) =>
_SaveCurrentMonitorSettings(hMonitor);