/reactos/modules/rostests/apitests/compiler/ms/seh/ |
H A D | seh0012.c | 23 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main() 30 except((GetExceptionCode() == EXCEPTION_CONTINUE_SEARCH) ? 1 : 0) in main()
|
H A D | seh0013.c | 38 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main() 48 except((GetExceptionCode() == EXCEPTION_CONTINUE_SEARCH) ? 1 : 0) in main()
|
H A D | xcpt4u.c | 1135 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 D | seh0008.c | 25 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
|
H A D | seh0028.c | 27 except((GetExceptionCode() == (STATUS_INTEGER_OVERFLOW)) ? 1 : 0) in main()
|
H A D | seh0014.c | 24 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
|
H A D | seh0009.c | 29 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
|
H A D | seh0010.c | 43 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
|
H A D | seh0018.c | 20 except((((DWORD)GetExceptionCode()) == Status) ? 1 : 0) in eret()
|
H A D | seh0011.c | 47 except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) ? 1 : 0) in main()
|
H A D | seh0029.c | 40 except((ExceptionCode = GetExceptionCode()), in main()
|
/reactos/drivers/bluetooth/fbtusb/include/ |
H A D | fbtxcpt.h | 17 …GetExceptionCode(), __LINE__, __FILE__, GetCommandLine()); fbtLog(fbtLog_Exception, "Exception %08…
|
/reactos/dll/win32/msi/ |
H A D | install.c | 88 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 D | msiquery.c | 265 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 D | suminfo.c | 555 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 D | exception.h | 67 #ifndef GetExceptionCode 68 #define GetExceptionCode() _SEH2_GetExceptionCode() macro
|
/reactos/sdk/lib/ucrt/startup/ |
H A D | thread.cpp | 105 __except (_seh_filter_exe(GetExceptionCode(), GetExceptionInformation())) in thread_start() 108 _exit(GetExceptionCode()); in thread_start()
|
H A D | exit.cpp | 227 __except (atexit_exception_filter(GetExceptionCode())) in common_exit()
|
/reactos/sdk/lib/ucrt/heap/ |
H A D | heapwalk.cpp | 27 __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) in try_walk()
|
/reactos/sdk/lib/epsapi/enum/ |
H A D | modules.c | 67 return GetExceptionCode(); in PsaEnumerateProcessModules()
|
/reactos/dll/win32/ole32/ |
H A D | moniker.c | 575 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 D | excpt.h | 83 #define GetExceptionCode _exception_code macro
|
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_epmap.c | 264 status2 = GetExceptionCode(); in epm_register() 405 status2 = GetExceptionCode(); in RpcEpUnregister() 477 status2 = GetExceptionCode(); in RpcEpResolveBinding()
|
H A D | rpc_server.c | 438 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 D | pseh2.h | 35 #define _SEH2_GetExceptionCode() (GetExceptionCode())
|