UnregisterBadMemoryNotification method

int UnregisterBadMemoryNotification(
  1. Pointer<Void> RegistrationHandle
)

Implementation

int UnregisterBadMemoryNotification(
  ffi.Pointer<ffi.Void> RegistrationHandle,
) {
  return _UnregisterBadMemoryNotification(
    RegistrationHandle,
  );
}