Delphi (TrkIntf.pas)
| function TrkCreateProject( var NewID: Cardinal; Name: String ): Integer;
|
Parameters
|
Name
|
Description
|
|
NewID
|
Returns the ID of the newly created Project
|
|
Name
|
The name to assign to the new project
|
Return Value
Err_OK if successful or an error code indicating the error.
Exported
| function TCDTrkCreateProject( var NewID: Cardinal; pName: PChar ): Integer; stdcall;
|
© 1995-2011 Quality Software Components Ltd