HeapUnlock.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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/kernel32/heap.c".

Debug channel "heap".