Click or drag to resize

Kernel32FuncGlobalAlloc Method

Allocates the specified number of bytes from the global heap.

Namespace: Altaxo.UnmanagedApi.Kernel32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IntPtr GlobalAlloc(
	GlobalAllocFlags uFlags,
	int dwBytes
)

Parameters

uFlags  GlobalAllocFlags
The allocation flags.
dwBytes  Int32
The number of bytes to allocate.

Return Value

IntPtr
A handle to the allocated memory object.
See Also