Open Enclave  0.10.0

◆ oe_vectored_exception_handler_t

typedef uint64_t(* oe_vectored_exception_handler_t) (oe_exception_record_t *exception_context)

oe_vectored_exception_handler_t - Function pointer for a vectored exception handler in an enclave.

Parameters
[in]exception_contextThe record of exception information to be handled by the function which includes any flags, the failure code, faulting address and calling context for the exception.