TCDTrkRenameFolder
Return to Introduction  Previous page  Next page
This function can be used to rename an existing Folder   

Delphi (TrkIntf.pas)

function TrkRenameFolder( FolderID: Cardinal; Name: String ): Integer;  

Parameters

Name
Description
FolderID
The ID of the Folder to rename
Name
The new name to assign to the Folder


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

You cannot rename the Intray folder.

Exported

function TCDTrkRenameFolder( ProjectID: Cardinal; pName: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software