TCDSTrkExportAsXMLStr
Return to Introduction  Previous page  Next page
Exports issues to a file in XML format.

Delphi (TrkIntf.pas)

function TrkExportAsXMLStrSv( Handle, RootID: Cardinal; var XMLStr: String ): Integer;  

Parameters

Name
Description
Handle
A valid Handle used to identify the User.
RootID
The ID of an Issue, Project, or Query
XMLStr
Returns the contents of the Issues in XML format.


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

Many issues contain large amounts of data and the returned string can be very large.

Exported

function TCDSTrkExportToXML( Handle, RootID: Cardinal; pFile: PChar; const pBuffer: PChar; var Size: Integer ): Integer; stdcall;  


 


© 1995-2018 MCN Software