appendData Method (Windows CE 5.0)
Appends the supplied string to the existing string data.
[Script]
Script Syntax
oXMLDOMCharacterData.appendData(data);
Script Parameters
- data
String containing the data that is to be appended to the existing string.
Script Return Value
None.
[C/C++]
C/C++ Syntax
HRESULT appendData(BSTRdata);
C/C++ Parameters
- data
[in] String data to be appended to the existing string.
C/C++ Return Values
- S_OK
Value returned if successful. - S_FALSE
Value returned if the string is not appended. - E_FAIL
Value returned if an error occurs.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
General Remarks
The length property is also updated by this operation.
This method applies to the following objects and interfaces:
IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, and IXMLDOMText.
See Also
Send Feedback on this topic to the authors