IDebugDocumentTextEvents2::onInsertText
Notifies the debug package that text has been inserted into the document.
Syntax
Parameters
pos
[in] A TEXT_POSITION structure that indicates where the text was inserted.
dwNumToInsert
[in] Specifies the number of characters of text that were inserted.
Return Value
If successful, returns S_OK
; otherwise, returns an error code.