Moves this pointer to another pointer's location.
Syntax
HRESULT MoveToPointer(
IMarkupPointer *pPointer
);
Parameters
- pPointer
- Address of an IMarkupPointer interface to which the pointer is moved.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also