DLL
To save XML data in a buffer
Call the SSExportToXMLBuffer function and set the parameters as follows:
- If you have multiple sheets, set SSSetSheet first.
- Set the pszRoot parameter to specify the root element to use in the XML data.
- Set the pszCollection parameter to specify the collection element to use in the XML data.
- Set the lFlags parameter to specify whether to save formatted or unformatted data.
-
Set the lpszLogFile parameter to the path and file name of the log file you want the control to create.
If you do not want to generate a log file, set the lpszLogFile parameter to "".
Note: The calling application is responsible for freeing the return buffer. |