Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Inserts the supplied string at the specified offset.
Syntax
HRESULT insertData( long offset, BSTR data);
Parameters
- offset
- [in] Offset, in characters, at which to insert the supplied string data.
- data
- [in] String data that is to be inserted into the existing string.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The length property is updated by this operation.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.