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