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