insertData method

[This documentation is preliminary and is subject to change.]

Inserts a new character string in the object at a specified offset.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4

Syntax

HRESULT retVal = object.insertData(offset, bstrstring);

Standards information

Parameters

  • offset [in]
    Type: long

    long that specifies the offset from which to start.

  • bstrstring [in]
    Type: BSTR

    BSTR that specifies the new character string.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

insertData was introduced in Microsoft Internet Explorer 6

 

 

Build date: 1/26/2012