Click or drag to resize

Kernel32FuncGlobalLock Method

Locks a global memory object and returns a pointer to the first byte of the memory block.

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

Parameters

hMem  IntPtr
The handle to the global memory object.

Return Value

IntPtr
A pointer to the first byte of the memory block.
See Also