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

IMarkupPointer::FindText Method


Searches for specified text, from the current pointer's position to another pointer's position.

Syntax

HRESULT FindText(
    OLECHAR *pchFindText,
    DWORD dwFlags,
    IMarkupPointer *pIEndMatch,
    IMarkupPointer *pIEndSearch
);

Parameters

pchFindText
Address of an OLECHAR structure that specifies the byte string to find.
dwFlags
Reserved; must be zero.
pIEndMatch
Address of an IMarkupPointer interface that specifies the end point of the match operation.
pIEndSearch
Address of an IMarkupPointer interface that specifies the end point of the search.

Return Value

Returns S_OK if successful, or an error code otherwise.



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.