LocalFree (kernel32)
Last changed: -151.145.238.91

.
Summary
Frees the specified local memory object and invalidates its handle.

C# Signature:

[DllImport("kernel32.dll")]
static extern IntPtr LocalFree(IntPtr hMem);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Runtime.InteropServices.Marshal.FreeHGlobal

Documentation
LocalFree on MSDN