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