Ejemplo n.º 1
0
 public static extern int DialogBoxIndirectParam(IntPtr hInstance, DLGTEMPLATE hDialogTemplate, IntPtr hwndParent,
     ref int lpDialogFunc, int dwInitParam);
Ejemplo n.º 2
0
 public static extern int CreateDialogIndirectParam(IntPtr hInstance, ref DLGTEMPLATE lpTemplate,
     IntPtr hwndParent, ref int lpDialogFunc, int dwInitParam);