.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH HeapUnlock 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBHeapUnlock\fR (KERNEL32.@) .SH SYNOPSIS BOOL HeapUnlock ( HANDLE \fIheap\fR ) .SH PARAMS \fB[In]\fR Handle to the \fIheap\fR to unlock. .PP .SH DESCRIPTION .PP Releases ownership of the critical section object. .SH RETURNS .PP \fBTRUE:\fR Success .PP \fBFALSE:\fR Failure .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/heap.c"\fR. .PP Debug channel \fB"heap"\fR.