static extern IntPtr SendMessage(IntPtr hWnd, TASKDIALOG_MESSAGE Msg, IntPtr wParam, [In] ref TASKDIALOGCONFIG lParam);
 static extern int TaskDialogIndirect(
     [In] ref TASKDIALOGCONFIG pTaskConfig,
     out int pnButton,
     out int pnRadioButton,
     out bool pfverificationFlagChecked
     );