Click to return to the Reusing Browser Technology home page    
IMarkupPointer::IsPositio...     IMarkupPointer::IsRightOf...     IMarkupPointer Interface    
Web Workshop  |  Reusing Browser Technology

IMarkupPointer::IsRightOf Method


Checks to see whether this pointer's position is to the right of another pointer's position.

Syntax

HRESULT IsRightOf( 
    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 right of another pointer, or FALSE otherwise.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

IsEqualTo, IsInsideURL, IsLeftOf, IsLeftOfOrEqualTo, IsRightOfOrEqualTo



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.