Scroll to navigation

LocalFree(3w) Wine API LocalFree(3w)

NAME

LocalFree (KERNEL32.@)

SYNOPSIS

HLOCAL LocalFree
(
HLOCAL handle
)
 

PARAMS

[In] Handle of memory object.
 

DESCRIPTION

Free a local memory object.
 

RETURNS

NULL: Success
Handle: Failure.
 

NOTES

Windows memory management does not provide a separate local heap and global heap.
 

IMPLEMENTATION

Declared in "accctrl.h".
Implemented in "dlls/kernel32/heap.c".
Debug channel "heap".
Oct 2012 Wine API