Kernel32FuncGlobalAlloc Method |
Allocates the specified number of bytes from the global heap.
Namespace: Altaxo.UnmanagedApi.Kernel32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IntPtr GlobalAlloc(
GlobalAllocFlags uFlags,
int dwBytes
)
Parameters
- uFlags GlobalAllocFlags
- The allocation flags.
- dwBytes Int32
- The number of bytes to allocate.
Return Value
IntPtrA handle to the allocated memory object.
See Also