Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Replaces the specified number of characters with the supplied string.
Syntax
HRESULT replace( long offset, long count, BSTR data);
Parameters
- offset
- [in] Offset, in characters, at which to start replacing string data.
- count
- [in] Number of characters to replace.
- data
- [in] New data that replaces the old string data.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.