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 | Именованный список успешно очищен |