TrkIssueAsHTMLFile
Return to Introduction  Previous page  Next page
Exports an issue to a file in HTML format.

Delphi (TrkIntf.pas)

function TrkIssueAsHTMLFile( IssueID: Cardinal; FileName: String ): Integer;  

Parameters

Name
Description
IssueID
The ID of the Issue to export
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 TCDTrkIssueAsHTML( IssueID: Cardinal; pFile: PChar; const pBuffer: PChar; var Size: Integer ): Integer; stdcall;  


 


© 1995-2018 MCN Software