Delphi (TCDirectIntf.pas)
| function VcsAddVersionLabel( var 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-2011 Quality Software Components Ltd