%XML_STRING_APPENDHANDLE
Append Synergy handle contents to an XML string
WSupported on Windows
|
USupported on Unix
|
VSupported on OpenVMS
|
NSupported in Synergy .NET
|
status = %XML_STRING_APPENDHANDLE(xml_string, handle, size)
Return value
status
XML_SUCCESS if the handle contents were appended successfully.
Arguments
xml_string
The XML string instance to which the string will be appended. (XML_STRING_TYPE)
handle
The Synergy handle that contains a string to be appended. (D_HANDLE)
size
The size of the string to append. (n)
Discussion
%XML_STRING_APPENDHANDLE appends a handle’s contents (for example, the contents of a D_HANDLE handle returned from the HTTP document transport API) to the end of the specified XML string.
This function is defined as ^VAL.
Examples
See XML_to_Synergy_DBMS, available from Synergy CodeExchange in the Synergex Resource Center.