Click to return to the Reusing Browser Technology home page    
IMarkupPointer::Gravity M...     IMarkupPointer::IsInsideU...     IMarkupPointer Interface    
Web Workshop  |  Reusing Browser Technology

IMarkupPointer::IsEqualTo Method


Checks to see whether this pointer's position is equal to another pointer's position.

Syntax

HRESULT IsEqualTo( 
    IMarkupPointer *pPointerThat,
    BOOL *pfAreEqual 
);

Parameters

pPointerThat
Address of an IMarkupPointer interface used to compare one pointer against another.
pfAreEqual
Address of a Boolean variable that returns TRUE if the two pointers are equal in position, or FALSE otherwise.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

IsInsideURL, IsLeftOf, IsLeftOfOrEqualTo, IsRightOf, 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.