Click or drag to resize

HGlobal  Conversion (HGlobal to IntPtr)

Performs an implicit conversion from HGlobal to IntPtr.

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
public static implicit operator IntPtr (
	HGlobal? item
)

Parameters

item
Type: TomsToolbox.DesktopHGlobal
The item to convert.

Return Value

Type: IntPtr
The pointer to the allocated memory block.
See Also