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