Searched refs:LPEXCEPTION_POINTERS (Results 1 – 5 of 5) sorted by relevance
16 LONG WINAPI Filter1(LPEXCEPTION_POINTERS p) { return 0; } in Filter1()17 LONG WINAPI Filter2(LPEXCEPTION_POINTERS p) { return 1; } in Filter2()40 static LONG WINAPI ExceptionFilterSSESupport(LPEXCEPTION_POINTERS exp) in ExceptionFilterSSESupport()70 static LONG WINAPI ExceptionFilterSSEException(LPEXCEPTION_POINTERS exp) in ExceptionFilterSSEException()
21 EFaultRepRetVal WINAPI ReportFault(LPEXCEPTION_POINTERS,DWORD);
832 typedef PEXCEPTION_POINTERS LPEXCEPTION_POINTERS; typedef1477 typedef LONG(CALLBACK *PTOP_LEVEL_EXCEPTION_FILTER)(LPEXCEPTION_POINTERS);3394 LONG WINAPI UnhandledExceptionFilter(LPEXCEPTION_POINTERS);
107 EFaultRepRetVal WINAPI ReportFault(LPEXCEPTION_POINTERS pep, DWORD dwOpt) in ReportFault()
984 TEST_TYPE_SIZE (LPEXCEPTION_POINTERS, 8) in test_pack_LPEXCEPTION_POINTERS()985 TEST_TYPE_ALIGN (LPEXCEPTION_POINTERS, 8) in test_pack_LPEXCEPTION_POINTERS()2841 TEST_TYPE_SIZE (LPEXCEPTION_POINTERS, 4) in test_pack_LPEXCEPTION_POINTERS()2842 TEST_TYPE_ALIGN (LPEXCEPTION_POINTERS, 4) in test_pack_LPEXCEPTION_POINTERS()