Exemplo n.º 1
0
 public static extern bool EnumDisplaySettings(string deviceName, int modeNum, ref DEVMODE devMode);
Exemplo n.º 2
0
 static extern DispChange ChangeDisplaySettingsEx(string lpszDeviceName, ref DEVMODE lpDevMode, IntPtr hwnd, uint dwflags, IntPtr lParam);
Exemplo n.º 3
0
 static extern bool EnumDisplaySettingsEx(string lpszDeviceName, int iModeNum, ref DEVMODE lpDevMode, uint dwFlags);
Exemplo n.º 4
0
 public static extern DispChange ChangeDisplaySettings(ref DEVMODE devMode, int flags);