FileList_Destroy()

Examples


The FileList_Destroy() function frees the memory used for a file list.

Syntax

FileList_Destroy(filelist)

Parameters

filelist – A long integer specifying the file list for which the memory is being freed.

Return value

A boolean. The value true indicates the memory for the file list was freed, while false indicates it was not.


Documentation Feedback