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

Delphi (TrkIntf.pas)

function TrkExportAsXMLFileSv( Handle, RootID: Cardinal; FileName: String ): Integer;  

Parameters

Name
Description
Handle
A valid Handle used to identify the User.
RootID
The ID of an Issue, Project, or Query
FileName
Name of the file to create


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

This method does not check the existence of the file and if a file with the same name exists, it will be overwritten without a prompt.

Exported

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



 


© 1995-2018 MCN Software