Click or drag to resize

Kernel32FuncGlobalUnlock Method

Decrements the lock count associated with a memory object.

Namespace: Altaxo.UnmanagedApi.Kernel32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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