Searched refs:prevErrorMode (Results 1 – 7 of 7) sorted by relevance
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/libmfx/src/ |
H A D | mfx_load_dll.cpp | 151 DWORD prevErrorMode = 0; in mfx_dll_load() local 153 SetThreadErrorMode(SEM_FAILCRITICALERRORS, &prevErrorMode); in mfx_dll_load() 155 prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in mfx_dll_load() 167 SetThreadErrorMode(prevErrorMode, NULL); in mfx_dll_load() 169 SetErrorMode(prevErrorMode); in mfx_dll_load() 211 DWORD prevErrorMode = 0; in mfx_get_dll_handle() local 213 SetThreadErrorMode(SEM_FAILCRITICALERRORS, &prevErrorMode); in mfx_get_dll_handle() 215 prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in mfx_get_dll_handle() 221 SetThreadErrorMode(prevErrorMode, NULL); in mfx_get_dll_handle() 223 SetErrorMode(prevErrorMode); in mfx_get_dll_handle()
|
H A D | mfx_dxva2_device.cpp | 99 DWORD prevErrorMode = 0; in LoadDLLModule() local 102 SetThreadErrorMode(SEM_FAILCRITICALERRORS, &prevErrorMode); in LoadDLLModule() 104 prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in LoadDLLModule() 114 SetThreadErrorMode(prevErrorMode, NULL); in LoadDLLModule() 116 SetErrorMode(prevErrorMode); in LoadDLLModule()
|
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/mfx_dispatch/windows/src/ |
H A D | mfx_load_dll.cpp | 151 DWORD prevErrorMode = 0; in mfx_dll_load() local 153 SetThreadErrorMode(SEM_FAILCRITICALERRORS, &prevErrorMode); in mfx_dll_load() 155 prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in mfx_dll_load() 167 SetThreadErrorMode(prevErrorMode, NULL); in mfx_dll_load() 169 SetErrorMode(prevErrorMode); in mfx_dll_load() 211 DWORD prevErrorMode = 0; in mfx_get_dll_handle() local 213 SetThreadErrorMode(SEM_FAILCRITICALERRORS, &prevErrorMode); in mfx_get_dll_handle() 215 prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in mfx_get_dll_handle() 221 SetThreadErrorMode(prevErrorMode, NULL); in mfx_get_dll_handle() 223 SetErrorMode(prevErrorMode); in mfx_get_dll_handle()
|
H A D | mfx_dxva2_device.cpp | 99 DWORD prevErrorMode = 0; in LoadDLLModule() local 102 SetThreadErrorMode(SEM_FAILCRITICALERRORS, &prevErrorMode); in LoadDLLModule() 104 prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in LoadDLLModule() 114 SetThreadErrorMode(prevErrorMode, NULL); in LoadDLLModule() 116 SetErrorMode(prevErrorMode); in LoadDLLModule()
|
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/windows/ |
H A D | mfx_load_dll.cpp | 124 DWORD prevErrorMode = 0; in mfx_dll_load() local 126 SetThreadErrorMode(SEM_FAILCRITICALERRORS, &prevErrorMode); in mfx_dll_load() 128 prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in mfx_dll_load() 140 SetThreadErrorMode(prevErrorMode, NULL); in mfx_dll_load() 142 SetErrorMode(prevErrorMode); in mfx_dll_load() 178 DWORD prevErrorMode = 0; in mfx_get_dll_handle() local 180 SetThreadErrorMode(SEM_FAILCRITICALERRORS, &prevErrorMode); in mfx_get_dll_handle() 182 prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in mfx_get_dll_handle() 188 SetThreadErrorMode(prevErrorMode, NULL); in mfx_get_dll_handle() 190 SetErrorMode(prevErrorMode); in mfx_get_dll_handle()
|
H A D | mfx_dxva2_device.cpp | 80 DWORD prevErrorMode = 0; in LoadDLLModule() local 83 SetThreadErrorMode(SEM_FAILCRITICALERRORS, &prevErrorMode); in LoadDLLModule() 85 prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in LoadDLLModule() 95 SetThreadErrorMode(prevErrorMode, NULL); in LoadDLLModule() 97 SetErrorMode(prevErrorMode); in LoadDLLModule()
|
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/ |
H A D | LocalTreeView.cpp | 725 int prevErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); in RefreshListing() local 877 SetErrorMode(prevErrorMode); in RefreshListing()
|