Home
last modified time | relevance | path

Searched refs:GetExceptionCode (Results 1 – 25 of 35) sorted by relevance

12

/reactos/modules/rostests/apitests/compiler/ms/seh/
H A Dseh0012.c23 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
30 except((GetExceptionCode() == EXCEPTION_CONTINUE_SEARCH) ? 1 : 0) in main()
H A Dseh0013.c38 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
48 except((GetExceptionCode() == EXCEPTION_CONTINUE_SEARCH) ? 1 : 0) in main()
H A Dxcpt4u.c1135 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) in main()
1158 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) in main()
1182 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) in main()
1206 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) in main()
1228 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) in main()
1235 except((GetExceptionCode() == STATUS_SUCCESS) ? EXCEPTION_EXECUTE_HANDLER in main()
1264 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) in main()
1303 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) in main()
1698 except((GetExceptionCode() == STATUS_INTEGER_OVERFLOW) in main()
1722 except((GetExceptionCode() == STATUS_DATATYPE_MISALIGNMENT) in main()
[all …]
H A Dseh0008.c25 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
H A Dseh0028.c27 except((GetExceptionCode() == (STATUS_INTEGER_OVERFLOW)) ? 1 : 0) in main()
H A Dseh0014.c24 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
H A Dseh0009.c29 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
H A Dseh0010.c43 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
H A Dseh0018.c20 except((((DWORD)GetExceptionCode()) == Status) ? 1 : 0) in eret()
H A Dseh0011.c47 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
H A Dseh0029.c40 except((ExceptionCode = GetExceptionCode()), in main()
/reactos/drivers/bluetooth/fbtusb/include/
H A Dfbtxcpt.h17GetExceptionCode(), __LINE__, __FILE__, GetCommandLine()); fbtLog(fbtLog_Exception, "Exception %08…
/reactos/dll/win32/msi/
H A Dinstall.c88 ret = GetExceptionCode(); in MsiDoActionW()
147 ret = GetExceptionCode(); in MsiSequenceW()
285 r = GetExceptionCode(); in MsiGetTargetPathA()
337 r = GetExceptionCode(); in MsiGetTargetPathW()
441 r = GetExceptionCode(); in MsiGetSourcePathA()
494 r = GetExceptionCode(); in MsiGetSourcePathW()
625 ret = GetExceptionCode(); in MsiSetTargetPathW()
784 r = GetExceptionCode(); in MsiSetMode()
972 rc = GetExceptionCode(); in MsiSetFeatureStateW()
1113 ret = GetExceptionCode(); in MsiGetFeatureStateW()
[all …]
H A Dmsiquery.c265 ret = GetExceptionCode(); in MsiDatabaseOpenViewW()
431 ret = GetExceptionCode(); in MsiViewFetch()
490 ret = GetExceptionCode(); in MsiViewClose()
547 ret = GetExceptionCode(); in MsiViewExecute()
670 r = GetExceptionCode(); in MsiViewGetColumnInfo()
748 r = GetExceptionCode(); in MsiViewModify()
797 r = GetExceptionCode(); in MsiViewGetErrorW()
848 r = GetExceptionCode(); in MsiViewGetErrorA()
1101 r = GetExceptionCode(); in MsiDatabaseGetPrimaryKeysW()
H A Dsuminfo.c555 ret = GetExceptionCode(); in MsiGetSummaryInformationW()
632 ret = GetExceptionCode(); in MsiSummaryInfoGetPropertyCount()
772 r = GetExceptionCode(); in MsiSummaryInfoGetPropertyA()
823 r = GetExceptionCode(); in MsiSummaryInfoGetPropertyW()
/reactos/sdk/include/reactos/wine/
H A Dexception.h67 #ifndef GetExceptionCode
68 #define GetExceptionCode() _SEH2_GetExceptionCode() macro
/reactos/sdk/lib/ucrt/startup/
H A Dthread.cpp105 __except (_seh_filter_exe(GetExceptionCode(), GetExceptionInformation())) in thread_start()
108 _exit(GetExceptionCode()); in thread_start()
H A Dexit.cpp227 __except (atexit_exception_filter(GetExceptionCode())) in common_exit()
/reactos/sdk/lib/ucrt/heap/
H A Dheapwalk.cpp27 __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) in try_walk()
/reactos/sdk/lib/epsapi/enum/
H A Dmodules.c67 return GetExceptionCode(); in PsaEnumerateProcessModules()
/reactos/dll/win32/ole32/
H A Dmoniker.c575 hr = HRESULT_FROM_WIN32(GetExceptionCode()); in RunningObjectTableImpl_Register()
680 hr = HRESULT_FROM_WIN32(GetExceptionCode()); in RunningObjectTableImpl_IsRunning()
762 hr = HRESULT_FROM_WIN32(GetExceptionCode()); in RunningObjectTableImpl_GetObject()
824 hr = HRESULT_FROM_WIN32(GetExceptionCode()); in RunningObjectTableImpl_NoteChangeTime()
899 hr = HRESULT_FROM_WIN32(GetExceptionCode()); in RunningObjectTableImpl_GetTimeOfLastChange()
943 hr = HRESULT_FROM_WIN32(GetExceptionCode()); in RunningObjectTableImpl_EnumRunning()
/reactos/sdk/include/vcruntime/
H A Dexcpt.h83 #define GetExceptionCode _exception_code macro
/reactos/dll/win32/rpcrt4/
H A Drpc_epmap.c264 status2 = GetExceptionCode(); in epm_register()
405 status2 = GetExceptionCode(); in RpcEpUnregister()
477 status2 = GetExceptionCode(); in RpcEpResolveBinding()
H A Drpc_server.c438 WARN("exception caught with code 0x%08x = %d\n", GetExceptionCode(), GetExceptionCode()); in process_request_packet()
440 if (GetExceptionCode() == STATUS_ACCESS_VIOLATION) in process_request_packet()
443 status = GetExceptionCode(); in process_request_packet()
/reactos/sdk/lib/pseh/include/pseh/
H A Dpseh2.h35 #define _SEH2_GetExceptionCode() (GetExceptionCode())

12