Click or drag to resize

Kernel32FuncGlobalAlloc Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Kernel32.Kernel32Func.GlobalAlloc(Altaxo.UnmanagedApi.Kernel32.GlobalAllocFlags,System.Int32)"]


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

Parameters

uFlags  GlobalAllocFlags

[Missing <param name="uFlags"/> documentation for "M:Altaxo.UnmanagedApi.Kernel32.Kernel32Func.GlobalAlloc(Altaxo.UnmanagedApi.Kernel32.GlobalAllocFlags,System.Int32)"]

dwBytes  Int32

[Missing <param name="dwBytes"/> documentation for "M:Altaxo.UnmanagedApi.Kernel32.Kernel32Func.GlobalAlloc(Altaxo.UnmanagedApi.Kernel32.GlobalAllocFlags,System.Int32)"]

Return Value

IntPtr

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Kernel32.Kernel32Func.GlobalAlloc(Altaxo.UnmanagedApi.Kernel32.GlobalAllocFlags,System.Int32)"]

See Also