Пример #1
0
 public static extern int DialogBoxIndirectParam(IntPtr hInstance, DLGTEMPLATE hDialogTemplate, IntPtr hwndParent,
     ref int lpDialogFunc, int dwInitParam);
Пример #2
0
 public static extern int CreateDialogIndirectParam(IntPtr hInstance, ref DLGTEMPLATE lpTemplate,
     IntPtr hwndParent, ref int lpDialogFunc, int dwInitParam);