Cursor.getHandle

Overview | Methods | Fields | This Package | All Packages

Cursor.getHandle

Retrieves the Win32 handle to this cursor.

Syntax

public int getHandle()

Return Value

Returns the handle to this cursor.

Exceptions

WFCException thrown if the Cursor object has been disposed through a call to its dispose method.

Remarks

The handle returned by this method is not a copy of the cursor handle. Therefore, this handle should not be freed by the caller.

See Also   copyHandle