コード例 #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);