TCDSTrkDeleteProject
Return to Introduction  Previous page  Next page
This function can be used to delete an existing Project..

Delphi (TrkIntf.pas)

function TrkDeleteProjectSv( Handle, ProjectID: Cardinal ): Integer;  

Parameters

Name
Description
Handle
A valid Handle used to identify the User.
ProjectID
The ID of the Project to delete


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

Calling this method will also delete all Issues contained by the Project.

Exported

function TCDSTrkDeleteProject( Handle, ProjectID: Cardinal ): Integer; stdcall;  




 


© 1995-2018 MCN Software