ClearFileListA
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 ClearFileList and string arguments are interpreted using the current SetAnsiMode code page
Clears a named file list.
Syntax
Delphi
Function DLClearFileListA(InstanceID: Integer; ListName: PAnsiChar): Integer;
DLL
int DLClearFileListA(int InstanceID, const char * ListName);
Parameters
| ListName | The name of the file list to clear |
|---|
Return values
| 0 | The named list could not be found |
|---|---|
| 1 | The named list was cleared successfully |