TCDVcsAddVersionLabel
Return to Introduction  Previous page  Next page
Create a new Version Label in the current repository.

Delphi (TCDirectIntf.pas)

function VcsAddVersionLabelvar LabelID: Cardinal; Name, Comments: String ): Integer;  

Parameters

Name
Description
LabelID (Out)
If the function is successful, returns the ID of the newly created label.
Name
The name of the label to be created.
Comments
Comments to associate with the new label.


Return Value

Err_OK if successful or an error code indicating the error.

Exported

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


 


© 1995-2018 MCN Software