TCVcsInitialize
Return to Introduction  Previous page  Next page
Initializes version control.

Delphi (TCIntf.pas)

function TCVcsInitialize( Handle: Cardinal ): Integer;  

Parameters

Name
Description
Handle
ID of the File


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

This function initializes the internal structures and loads the internal cache. This function should be called before any other functions are called.

May prompt for a Connection, Username and Password.

Exported
 
function TCVcsInitialize( Handle: Cardinal; LoadCache: Boolean; ProgressProc: TSplashProgress ): Integer; stdcall;  


 


© 1995-2018 MCN Software