Overview | Methods | Fields | This Package | All Packages
Retrieves a copy of the Win32 handle for the cursor on which this object is based. When you copy a cursor handle, you own the handle and are responsible for freeing it.
Syntax
public final int copyHandle()
Return Value
A copy of the Win32 handle to the cursor that underlies this object.
Remarks
Because the handle returned by copyHandle is a copy of the cursor's underlying Win32 handle, you are responsible for freeing this handle when you are finished using it.
See Also getHandle