Click or drag to resize

Kernel32FuncGlobalFree Method

Frees the specified global memory object.

Namespace: Altaxo.UnmanagedApi.Kernel32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IntPtr GlobalFree(
	IntPtr hMem
)

Parameters

hMem  IntPtr
The handle to the global memory object.

Return Value

IntPtr
Zero if the memory object was freed successfully; otherwise, the original handle.
See Also