SetUnhandledExceptionFilter method

Pointer<NativeFunction<LPTOP_LEVEL_EXCEPTION_FILTER>> SetUnhandledExceptionFilter(
  1. Pointer<NativeFunction<LPTOP_LEVEL_EXCEPTION_FILTER>> lpTopLevelExceptionFilter
)

Implementation

ffi.Pointer<ffi.NativeFunction<LPTOP_LEVEL_EXCEPTION_FILTER>>
    SetUnhandledExceptionFilter(
  ffi.Pointer<ffi.NativeFunction<LPTOP_LEVEL_EXCEPTION_FILTER>>
      lpTopLevelExceptionFilter,
) {
  return _SetUnhandledExceptionFilter(
    lpTopLevelExceptionFilter,
  );
}