Delphi (TrkIntf.pas)
| function TrkDeleteIssueSv( Handle, IssueID: Cardinal ): Integer;
|
Parameters
|
Name
|
Description
|
|
Handle
|
A valid Handle used to identify the User.
|
|
IssueID
|
The ID of the Issue to delete
|
Return Value
Err_OK if successful or an error code indicating the error.
If the lease has expired for the handle, the function will fail and return Err_UnknownUserOrLeaseExpired.
Exported
| function TCDSTrkDeleteIssue( Handle, IssueID: Cardinal ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd