UnhandledExceptionFilter method

int UnhandledExceptionFilter(
  1. Pointer<EXCEPTION_POINTERS> ExceptionInfo
)

Implementation

int UnhandledExceptionFilter(
  ffi.Pointer<EXCEPTION_POINTERS> ExceptionInfo,
) {
  return _UnhandledExceptionFilter(
    ExceptionInfo,
  );
}