RegisterBadMemoryNotification method
Pointer<Void>
RegisterBadMemoryNotification(
- Pointer<
NativeFunction< CallbackPBAD_MEMORY_CALLBACK_ROUTINE> >
Implementation
ffi.Pointer<ffi.Void> RegisterBadMemoryNotification(
ffi.Pointer<ffi.NativeFunction<PBAD_MEMORY_CALLBACK_ROUTINE>> Callback,
) {
return (_RegisterBadMemoryNotification ??= _dylib.lookupFunction<
_c_RegisterBadMemoryNotification,
_dart_RegisterBadMemoryNotification>('RegisterBadMemoryNotification'))(
Callback,
);
}