Kernel32FuncGlobalLock Method |
Locks a global memory object and returns a pointer to the first byte of the memory block.
Namespace: Altaxo.UnmanagedApi.Kernel32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IntPtr GlobalLock(
IntPtr hMem
)
Parameters
- hMem IntPtr
- The handle to the global memory object.
Return Value
IntPtrA pointer to the first byte of the memory block.
See Also