.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LocalUnlock 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLocalUnlock\fR (KERNEL32.@) .SH SYNOPSIS BOOL LocalUnlock ( HLOCAL \fIhandle\fR ) .SH PARAMS \fB[In]\fR Handle of memory object. .PP .SH DESCRIPTION .PP Unlock a local memory object. .SH RETURNS .PP \fBTRUE:\fR Object is still locked .PP \fBFALSE:\fR Object is unlocked. .SH NOTES .PP Windows memory management does not provide a separate local heap and global heap. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/heap.c"\fR. .PP Debug channel \fB"heap"\fR.