NAME

HeapUnlock  (KERNEL32.@)

SYNOPSIS

 BOOL HeapUnlock
 (
  HANDLE heap
 )

PARAMS

[In] Handle to the heap to unlock.

DESCRIPTION

Releases ownership of the critical section object.

RETURNS

TRUE: Success

FALSE: Failure

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/heap.c". source.winehq.org/source/dlls/kernel/heap.c

Debug channel "heap".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.