Lines Matching refs:fAllowContact
228 BOOL fAllowContact; member
286 fAllowContact = FALSE; in CrashReportParams()
334 &fAllowContact, in ReadFromRegistry()
335 sizeof(fAllowContact) ); in ReadFromRegistry()
370 &fAllowContact, in WriteToRegistry()
686 pParams->fAllowContact ? "true" : "false", in WriteReportFile()
687 pParams->fAllowContact ? xml_encode(szEmail).c_str() : "" in WriteReportFile()
1204 …Button_SetCheck( GetDlgItem(hwndDlg, IDC_ALLOW_CONTACT), pParams->fAllowContact ? BST_CHECKED : BS… in ReportDialogProc()
1256 … pParams->fAllowContact = Button_GetCheck( GetDlgItem(hwndDlg, IDC_ALLOW_CONTACT) ) ? TRUE : FALSE; in ReportDialogProc()
1463 …pParams->fAllowContact = Button_GetCheck( GetDlgItem(hwndPages[1], IDC_ALLOW_CONTACT) ) ? TRUE : F… in DialogProc()
1474 if ( pParams->fAllowContact && !pParams->sEmail.length() ) in DialogProc()