TCDVcsSetView
Return to Introduction  Previous page  Next page
Makes a different View current.

Delphi (TCDirectIntf.pas)

function VcsSetView( ViewID: Cardinal ): Integer;  

Parameters

Name
Description
ViewID
The ID of the View to select


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

The default View, which is always available, has an ID of zero. This view includes all revisions of all files. For more information on Views, see the main Team Coherence help file.

Exported

function TCDVcsSetView( ViewID: Cardinal ): Integer; stdcall;  


 


© 1995-2018 MCN Software