Searched refs:SEM_FAILCRITICALERRORS (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dinit-win.cpp233 UINT fOldErrMode = SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX);
234 SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX | fOldErrMode);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h636 if (!winetest_interactive) SetErrorMode( SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c3598 // Temporarily disable the SEM_FAILCRITICALERRORS to avoid the
3602 oldmode = SetErrorMode(SEM_FAILCRITICALERRORS);
3713 // Temporarily disable the SEM_FAILCRITICALERRORS to avoid the
3716 oldmode = SetErrorMode(SEM_FAILCRITICALERRORS);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h201 #define SEM_FAILCRITICALERRORS 0x0001 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h190 #define SEM_FAILCRITICALERRORS 0x0001 macro

Completed in 411 milliseconds