Delphi (TCIntf.pas)
| function TCVcsProjectIDByName( AName: String ): Cardinal;
|
Parameters
|
Name
|
Description
|
|
AName
|
Name of the Project
|
Return Value
The ID of the passed project, or zero if it could not be found.
Exported
|
|
| function TCVcsProjectIDByName( const pName: PChar ): Cardinal; stdcall;
|
© 1995-2011 Quality Software Components Ltd