Searched refs:exception_handler (Results 1 – 1 of 1) sorted by relevance
99 exception_handler: *mut c_void, field115 let exception_handler = unsafe { AddVectoredExceptionHandler(1, Some(exception_handler)) }; in new() localVariable116 if exception_handler.is_null() { in new()130 exception_handler, in new()141 let rc = RemoveVectoredExceptionHandler(self.exception_handler); in drop()175 unsafe extern "system" fn exception_handler(exception_info: *mut EXCEPTION_POINTERS) -> i32 { in exception_handler() function