Delphi (TrkIntf.pas)
| function TrkDeleteProject( ProjectID: Cardinal ): Integer;
|
Parameters
|
Name
|
Description
|
|
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 TCDTrkDeleteProject( ProjectID: Cardinal ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd