Home
last modified time | relevance | path

Searched refs:nRptType (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/ucrt/misc/
H A Ddbgrptt.cpp102 int nRptType, in _CrtSetReportMode() argument
109 _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() argument
151 _VALIDATE_RETURN(nRptType >= 0 && nRptType < _CRT_ERRCNT, EINVAL, _CRTDBG_HFILE_ERROR); in _CrtSetReportFile()
156 oldFile = _CrtDbgFile[nRptType]; in _CrtSetReportFile()
242 int nRptType, in _VCrtDbgReportA() argument
259 if (nRptType < 0 || nRptType >= _CRT_ERRCNT) in _VCrtDbgReportA()
463 int nRptType, in _VCrtDbgReportW() argument
[all …]