Kernel32FuncGlobalUnlock Method |
Decrements the lock count associated with a memory object.
Namespace: Altaxo.UnmanagedApi.Kernel32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool GlobalUnlock(
IntPtr hMem
)
Parameters
- hMem IntPtr
- The handle to the global memory object.
Return Value
Boolean if the memory object is still locked; otherwise,
.
See Also