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

ListNameThe name of the file list to clear

Return values

0The named list could not be found
1The named list was cleared successfully