Example #1
0
		[DllImport("gdi32")] public static extern int CreateIC(string lpDriverName, string lpDeviceName, string lpOutput, ref DEVMODE lpInitData);
Example #2
0
		[DllImport("gdi32")] public static extern int ResetDC(HDC hdc, ref DEVMODE lpInitData);
Example #3
0
		[DllImport("user32")] public static extern int CreateDesktop(string lpszDesktop, string lpszDevice, ref DEVMODE pDevmode, int dwFlags, int dwDesiredAccess, ref SECURITY_ATTRIBUTES lpsa);