void IFSEnumerateFiles(HIFS ifs, IFSENUMPROC fnCallback, LPARAM lParam)
Enumerates the files contained in the File System.
Has about the same meaning as a DIR-Command or a set of findfirst/findnext...
Defined in: C:/HLPACCES/IFSENUM.C
Parameters
ifs
Handle of the file system opened with a call to IFSOpen
fnCallback
IFSENUMPROC application-supplied callback-function that will be called for every filename retrieved from the File System
lParam
Application-Defined parameter that will be transfered to the callback
Comments
Files starting with a 0x7c-Character are usually automatically added by the Compiler, while other files are usually added by the [Baggage]
The enumeration is sorted by the Filename, upper case characters first