Searched refs:exceptionInformation (Results 1 – 1 of 1) sorted by relevance
74 DWORD exceptionInformation[3]; in ptw32_throw() local127 exceptionInformation[0] = (DWORD) (exception); in ptw32_throw()128 exceptionInformation[1] = (DWORD) (0); in ptw32_throw()129 exceptionInformation[2] = (DWORD) (0); in ptw32_throw()131 RaiseException (EXCEPTION_PTW32_SERVICES, 0, 3, exceptionInformation); in ptw32_throw()