TCVcsGetFileStatus
Return to Introduction  Previous page  Next page
Returns the current status of the passed File

Delphi (TCIntf.pas)

function TCVcsGetFileStatus( FileID: Cardinal; var Locked, LockedByMe, MultipleLocks, Modified, OutOfDate: Boolean ): Boolean;  

Parameters

Name
Description
FileID
ID of the File
Locked (Out)
True if the file is locked by someone
LockedByMe (Out)
True if the file is Locked by the current user
MultipleLocks (Out)
True if more than one user has this file locked
Modified
True if the local copy of the file has been modified since the last checkout.
OutOfDate
True if there is a later revision of the file in the repository.


Return Value

True is successful

Exported

function TCVcsGetFileStatus( FileID: Cardinal; var Locked, LockedByMe, MultipleLocks, Modified, OutOfDate: Boolean ): Boolean; stdcall;  


 


© 1995-2018 MCN Software