.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LocalFree 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLocalFree\fR (KERNEL32.@) .SH SYNOPSIS HLOCAL LocalFree ( HLOCAL \fIhandle\fR ) .SH PARAMS \fB[In]\fR Handle of memory object. .PP .SH DESCRIPTION .PP Free a local memory object. .SH RETURNS .PP \fBNULL:\fR Success .PP \fBHandle:\fR Failure. .SH NOTES .PP Windows memory management does not provide a separate local heap and global heap. .SH IMPLEMENTATION .PP Declared in \fB"accctrl.h"\fR. .PP Implemented in \fB"dlls/kernel32/heap.c"\fR. .PP Debug channel \fB"heap"\fR.