namespace WindowsDisplayAPI.Native.DeviceContext { internal enum DisplaySettingsMode { CurrentSettings = -1, RegistrySettings = -2 } }