Delphi (TCDirectIntf.pas)
| function VcsAddVersionLabelEx( var LabelID: Cardinal; Name, Comments: String; ProjectID: Cardinal ): 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.
|
|
ProjectID
|
Associates the newly created label with the specified Project
|
Return Value
Err_OK if successful or an error code indicating the error.
Exported
| function TCDVcsAddVersionLabelEx( var LabelID: Cardinal; pName, pComments: PChar; ProjectID: Cardinal ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd