%XML_STRING_APPENDHANDLE
Append Synergy handle contents to an XML string
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
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 xfspism2xml.zip, available from the Synergy CodeExchange in the Resource Center on the Synergex website.