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

Delphi (TCIntf.pas)

function TCVcsSelectView( ViewName: String ): Integer;  

Parameters

Name
Description
ViewName
The Name 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 a name of <default>. This view includes all revisions of all files. For more information on Views, see the main Team Coherence help file.

Exported

function TCVcsSelectView( pViewName: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software