Scroll to navigation

HeapUnlock(3w) Wine API HeapUnlock(3w)

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

Declared in "winbase.h".
Implemented in "dlls/kernel32/heap.c".
Debug channel "heap".
Oct 2012 Wine API