public static extern int ChangeDisplaySettings(ref DeviceMode32 devMode, int flags);
public static extern int ChangeDisplaySettingsEx(string lpszDeviceName, ref DeviceMode32 lpDevMode, IntPtr hwnd, uint dwflags, IntPtr lParam);
// [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 32)] public static extern int EnumDisplaySettings(string deviceName, int modeNum, ref DeviceMode32 devMode);