ClearFileListA

Разные функции

Описание

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.

Синтаксис

Delphi

Function DLClearFileListA(InstanceID: Integer; ListName: PAnsiChar): Integer;

DLL

int DLClearFileListA(int InstanceID, const char * ListName);

Параметры

ListNameИмя очищаемого списка файлов

Возвращаемые значения

0Именованный список не найден
1Именованный список успешно очищен