TCDVcsModifyVersionLabel
Return to Introduction  Previous page  Next page
Modifies the name or comments for a Version Label

Delphi (TCDirectIntf.pas)

function VcsModifyVersionLabel( LabelID: Cardinal; Name, Comments: String ): Integer;  

Parameters

Name
Description
LabelID
The ID of the label to be modified
Name
The new name for the label. If blank, the name will not be changed.
Comments
The new comments for this label. If blank, the comments will not be changed.


Return Value

Err_OK if successful or an error code indicating the error.

Exported

function TCDVcsModifyVersionLabel( LabelID: Cardinal; pName, pComments: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software