Home
last modified time | relevance | path

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

/reactos/dll/win32/shlwapi/
H A Dpath.c1757 UINT iPrevErrMode; in PathFileExistsA() local
1766 iPrevErrMode = SetErrorMode(SEM_FAILCRITICALERRORS); in PathFileExistsA()
1768 SetErrorMode(iPrevErrMode); in PathFileExistsA()
1779 UINT iPrevErrMode; in PathFileExistsW() local
1787 iPrevErrMode = SetErrorMode(SEM_FAILCRITICALERRORS); in PathFileExistsW()
1789 SetErrorMode(iPrevErrMode); in PathFileExistsW()
1808 UINT iPrevErrMode; in PathFileExistsAndAttributesA() local
1819 iPrevErrMode = SetErrorMode(SEM_FAILCRITICALERRORS); in PathFileExistsAndAttributesA()
1821 SetErrorMode(iPrevErrMode); in PathFileExistsAndAttributesA()
1834 UINT iPrevErrMode; in PathFileExistsAndAttributesW() local
[all …]