Retrieves a copy of the Win32 handle for this icon.
public final int copyHandle()
Returns a copy of the Win32 handle for this icon.
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