Delphi (TCDirectIntf.pas)
| function VcsDetachVersionLabel( FileID, RevisionID, VersionID: Cardinal ): Integer;
|
Parameters
|
Name
|
Description
|
|
FileID
|
ID of the file
|
|
RevisionID
|
The revision ID to detach the label from. If zero, the label will be detached from whatever revision it was attached to.
|
|
VersionID
|
The ID for the Version Label to detach
|
Return Value
Err_OK if successful or an error code indicating the error.
Exported
| function TCDVcsDetachVersionLabel( FileID, RevisionID, VersionID: Cardinal ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd