ClearFileListA
Funcții diverse
Descriere
Codul A de la sfârșit denotă entry point-ul DLL ANSI (char); suprafața ActiveX/COM expune doar forma Unicode. Comportamentul este identic cu ClearFileList, iar argumentele string sunt interpretate folosind code page-ul curent al SetAnsiMode
Golește o listă de fișiere numită
Sintaxă
Delphi
Function DLClearFileListA(InstanceID: Integer; ListName: PAnsiChar): Integer;
DLL
int DLClearFileListA(int InstanceID, const char * ListName);
Parametri
| ListName | Numele listei de fișiere de golit |
|---|
Valori returnate
| 0 | Lista numită nu a putut fi găsită |
|---|---|
| 1 | Lista numită a fost golită cu succes |