Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Appends the supplied string to the existing string data.
Syntax
HRESULT appendData( BSTR data);
Parameters
- data
- [in] String data to be appended to the existing string.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The length method is also updated by this operation.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.