示例#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);