Kernel32FuncGlobalFree Method |
Frees the specified global memory object.
Namespace: Altaxo.UnmanagedApi.Kernel32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IntPtr GlobalFree(
IntPtr hMem
)
Parameters
- hMem IntPtr
- The handle to the global memory object.
Return Value
IntPtrZero if the memory object was freed successfully; otherwise, the original handle.
See Also