예제 #1
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int DialogBoxIndirectParam(IntPtr hInstance, DLGTEMPLATE hDialogTemplate, IntPtr hwndParent,
                                                 ref int lpDialogFunc, int dwInitParam);
예제 #2
0
파일: User.cs 프로젝트: luowei98/RobertLw
 public static extern int CreateDialogIndirectParam(IntPtr hInstance, ref DLGTEMPLATE lpTemplate,
                                                    IntPtr hwndParent, ref int lpDialogFunc, int dwInitParam);