TCDVcsUnshareFile
Return to Introduction  Previous page  Next page
Breaks the link between a shared file and the real file.

Delphi (TCDirectIntf.pas)

function VcsUnshareFile( FileID: Cardinal ): Integer;  

Parameters

Name
Description
FileID
The ID of the file to Unshare


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

When you Unshare a file, its link with the real file is broken and it becomes independent with its own change history. When the link is initially broken, the history of the main file is copied to the new file.

Exported

function TCDVcsUnshareFile( FileID: Cardinal ): Integer; stdcall;  


 


© 1995-2018 MCN Software