Checks to see whether this pointer's position is to the left of another pointer's position.
Syntax
HRESULT IsLeftOf( IMarkupPointer *pPointerThat, BOOL *pfResult );
Parameters
- pPointerThat
- Address of an IMarkupPointer interface that is used to compare one pointer against another.
- pfResult
- Address of a Boolean variable that returns TRUE if this pointer is to the left of another pointer, or FALSE otherwise.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
IsEqualTo, IsInsideURL, IsLeftOfOrEqualTo, IsRightOf, IsRightOfOrEqualTo