Click to return to the Reusing Browser Technology home page    
IMarkupServices::InsertEl...     IMarkupServices::Move Met...     IMarkupServices Interface    
Web Workshop  |  Reusing Browser Technology

IMarkupServices::InsertText Method


Inserts text at the given pointer.

Syntax

HRESULT InsertText(
    OLECHAR *pchText,
    long cch,
    IMarkupPointer *pPointerTarget
);

Parameters

pchText
Address of an OLECHAR structure that specifies the text to insert.
long cch
Address of a long variable that specifies the number of characters to insert.
pPointerTarget
Address of an IMarkupPointer interface that specifies where to insert the text.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

InsertElement


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.