Icon.copyHandle

Overview | Methods | This Package | All Packages

Icon.copyHandle

Retrieves a copy of the Win32 handle for this icon.

Syntax

public final int copyHandle()

Return Value

Returns a copy of the Win32 handle for this icon.

Remarks

Because the handle returned by copyHandle is a copy of the icon's underlying Win32 handle, you are responsible for freeing this handle when you are finished using it.

See Also   getHandle


Send feedback to MSDN.Look here for MSDN Online resources.