FileListCountA
Miscellaneous functions
Description
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to FileListCount and string arguments are interpreted using the current SetAnsiMode code page
Returns the number of items in the specified file list.
Syntax
Delphi
Function DLFileListCountA(InstanceID: Integer; ListName: PAnsiChar): Integer;
DLL
int DLFileListCountA(int InstanceID, const char * ListName);
Parameters
| ListName | The name of the file list |
|---|