QueryMemoryResourceNotification method
Implementation
int QueryMemoryResourceNotification(
ffi.Pointer<ffi.Void> ResourceNotificationHandle,
ffi.Pointer<ffi.Int32> ResourceState,
) {
return (_QueryMemoryResourceNotification ??= _dylib.lookupFunction<
_c_QueryMemoryResourceNotification,
_dart_QueryMemoryResourceNotification>(
'QueryMemoryResourceNotification'))(
ResourceNotificationHandle,
ResourceState,
);
}