TCDTrkCreateFolder
Return to Introduction  Previous page  Next page
This function can be used to create a new Folder.

Delphi (TrkIntf.pas)

function TrkCreateFolder( ProjectID: Cardinal; var NewID: Cardinal; Name: String ): Integer;  

Parameters

Name
Description
ProjectID
ID of the project that will contain this Folder
NewID
Returns the ID of the newly created Folder
Name
The name to assign to the new folder


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

Folders that are created under one user account will not be visible under other accounts.

Exported

function TCDTrkCreateFolder( ProjectID: Cardinal; var NewID: Cardinal; pName: PChar ): Integer; stdcall;  



 


© 1995-2018 MCN Software