NAME

RtlLockHeap  (NTDLL.@)

SYNOPSIS

 BOOLEAN RtlLockHeap
 (
  HANDLE heap
 )

DESCRIPTION

Lock a Heap.

PARAMS

heap [In] Heap to lock.

RETURNS

Success: TRUE. The Heap is locked.

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 © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.