Exemplo n.º 1
0
 static extern IntPtr SendMessage(IntPtr hWnd, TASKDIALOG_MESSAGE Msg, IntPtr wParam, [In] ref TASKDIALOGCONFIG lParam);
Exemplo n.º 2
0
 static extern int TaskDialogIndirect(
     [In] ref TASKDIALOGCONFIG pTaskConfig,
     out int pnButton,
     out int pnRadioButton,
     out bool pfverificationFlagChecked
     );