Inserts new text into the document.

HRESULT InsertText(
   ULONG    cCharacterPosition,
   ULONG    cNumToInsert,
   OLECHAR  pcharText[]
);

Parameters

cCharacterPosition

[in] Location to insert text.

cNumToInsert

[in] Number of characters to insert.

pcharText[]

[in] A buffer containing the characters to insert.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also