EnableReports
EnableReports,
ReportManager().EnableReports(PPP_CONNECTION_REPORT, find_thread(NULL));
ReportManager().EnableReports(request->type, request->thread,
ReportManager().EnableReports(request->type, request->thread,
void (*EnableReports)(ppp_report_type type, thread_id thread,
void EnableReports(ppp_report_type type, thread_id thread,
if (!interface.EnableReports(PPP_CONNECTION_REPORT, fReportThread, PPP_NO_FLAGS))
Manager().EnableReports(PPP_MANAGER_REPORT, fReportThread, PPP_NO_FLAGS);
bool EnableReports(ppp_report_type type, thread_id thread,
bool EnableReports(ppp_report_type type, thread_id thread,
if (interface.EnableReports(type, thread, flags) != true) {