QueryMemoryResourceNotification method

int QueryMemoryResourceNotification(
  1. Pointer<Void> ResourceNotificationHandle,
  2. Pointer<Int32> ResourceState
)

Implementation

int QueryMemoryResourceNotification(
  ffi.Pointer<ffi.Void> ResourceNotificationHandle,
  ffi.Pointer<ffi.Int32> ResourceState,
) {
  return _QueryMemoryResourceNotification(
    ResourceNotificationHandle,
    ResourceState,
  );
}