DisableReports
DisableReports,
ReportManager().DisableReports(PPP_CONNECTION_REPORT, find_thread(NULL));
ReportManager().DisableReports(request->type, request->thread);
ReportManager().DisableReports(request->type, request->thread);
void (*DisableReports)(ppp_report_type type, thread_id thread);
void DisableReports(ppp_report_type type, thread_id thread);
interface.DisableReports(PPP_ALL_REPORTS, fReportThread);
Manager().DisableReports(PPP_ALL_REPORTS, fReportThread);
bool DisableReports(ppp_report_type type, thread_id thread) const;
bool DisableReports(ppp_report_type type, thread_id thread) const;
if (interface.DisableReports(type, thread) != true) {