Searched refs:nRptType (Results 1 – 1 of 1) sorted by relevance
102 int nRptType, in _CrtSetReportMode() argument109 _VALIDATE_RETURN(nRptType >= 0 && nRptType < _CRT_ERRCNT, EINVAL, -1); in _CrtSetReportMode()119 oldMode = _CrtDbgMode[nRptType]; in _CrtSetReportMode()121 _CrtDbgMode[nRptType] = fMode; in _CrtSetReportMode()144 int nRptType, in _CrtSetReportFile() argument151 _VALIDATE_RETURN(nRptType >= 0 && nRptType < _CRT_ERRCNT, EINVAL, _CRTDBG_HFILE_ERROR); in _CrtSetReportFile()156 oldFile = _CrtDbgFile[nRptType]; in _CrtSetReportFile()242 int nRptType, in _VCrtDbgReportA() argument259 if (nRptType < 0 || nRptType >= _CRT_ERRCNT) in _VCrtDbgReportA()463 int nRptType, in _VCrtDbgReportW() argument[all …]