HeapLock method

int HeapLock(
  1. Pointer<Void> hHeap
)

Implementation

int HeapLock(
  ffi.Pointer<ffi.Void> hHeap,
) {
  return _HeapLock(
    hHeap,
  );
}