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