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

Delphi (TrkIntf.pas)

function TrkExportAsXMLStr( RootID: Cardinal; var XMLStr: String ): Integer;  

Parameters

Name
Description
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 TCDTrkExportToXML( RootID: Cardinal; pFile: PChar; const pBuffer: PChar; var Size: Integer ): Integer; stdcall;  


 


© 1995-2018 MCN Software