Searched refs:iPrevErrMode (Results 1 – 1 of 1) sorted by relevance
1757 UINT iPrevErrMode; in PathFileExistsA() local1766 iPrevErrMode = SetErrorMode(SEM_FAILCRITICALERRORS); in PathFileExistsA()1768 SetErrorMode(iPrevErrMode); in PathFileExistsA()1779 UINT iPrevErrMode; in PathFileExistsW() local1787 iPrevErrMode = SetErrorMode(SEM_FAILCRITICALERRORS); in PathFileExistsW()1789 SetErrorMode(iPrevErrMode); in PathFileExistsW()1808 UINT iPrevErrMode; in PathFileExistsAndAttributesA() local1819 iPrevErrMode = SetErrorMode(SEM_FAILCRITICALERRORS); in PathFileExistsAndAttributesA()1821 SetErrorMode(iPrevErrMode); in PathFileExistsAndAttributesA()1834 UINT iPrevErrMode; in PathFileExistsAndAttributesW() local[all …]