예제 #1
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int CreateIC(string lpDriverName, string lpDeviceName, string lpOutput,
                                   ref DEVMODE lpInitData);
예제 #2
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int ResetDC(IntPtr hdc, ref DEVMODE lpInitData);
예제 #3
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int CreateDesktop(string lpszDesktop, string lpszDevice, ref DEVMODE pDevmode, int dwFlags,
                                        int dwDesiredAccess, ref SECURITY_ATTRIBUTES lpsa);