.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LocalLock 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLocalLock\fR (KERNEL32.@) .SH SYNOPSIS LPVOID LocalLock ( HLOCAL \fIhandle\fR ) .SH PARAMS \fB[In]\fR Address of local memory object. .PP .SH DESCRIPTION .PP Locks a local memory object and returns pointer to the first byte of the memory block. .SH RETURNS .PP \fBPointer:\fR Success .PP \fBNULL:\fR Failure. .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.