Attempts to acquire the critical section object, or lock, that is associated with a specified heap.
BOOL HeapLock( HANDLE hHeap );
int HeapLock(int hHeap) => _HeapLock(hHeap);