TCVcsGetFileList
Return to Introduction  Previous page  Next page
Internal Only. Returns the list of files contained under the object identified by RootID

Delphi (TCIntf.pas)

function TCVcsGetFileList( RootID: Cardinal; const Files: TStrings ): Boolean;  

Parameters

Name
Description
RootID
ID of the object to search
Files (In/Out)
List to return the located files.


Return Value

True is successful

Remarks

Reserved for internal use only. Returns a list of filenames contained by RootID, including files contained in any subfolders.

Exported

function TCVcsGetFileList( RootID: Cardinal; const pFiles: PChar; var Size: Integer ): Boolean; stdcall;  


 


© 1995-2018 MCN Software