NAME

RtlUnlockHeap  (NTDLL.@)

SYNOPSIS

 BOOLEAN RtlUnlockHeap
 (
  HANDLE heap
 )

DESCRIPTION

Unlock a Heap.

PARAMS

heap [In] Heap to unlock.

RETURNS

Success: TRUE. The Heap is unlocked.

Failure: FALSE, if heap is invalid.

IMPLEMENTATION

Defined in "winternl.h".

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

Debug channel "heap".


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