Exemple #1
0
 public static extern int ResetDC(IntPtr hdc, ref DEVMODE lpInitData);
Exemple #2
0
 public static extern int CreateDesktop(string lpszDesktop, string lpszDevice, ref DEVMODE pDevmode, int dwFlags,
     int dwDesiredAccess, ref SECURITY_ATTRIBUTES lpsa);
Exemple #3
0
 public static extern int CreateIC(string lpDriverName, string lpDeviceName, string lpOutput,
     ref DEVMODE lpInitData);