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 TeamCoherence help file.
Exported
| function TCVcsSelectView( pViewName: PChar ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd