ClearFileListA
Funções diversas
Descrição
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
Limpa uma lista de arquivos nomeada
Sintaxe
Delphi
Function DLClearFileListA(InstanceID: Integer; ListName: PAnsiChar): Integer;
DLL
int DLClearFileListA(int InstanceID, const char * ListName);
Parâmetros
| ListName | The name of the file list to clear |
|---|
Valores retornados
| 0 | The named list could not be found |
|---|---|
| 1 | The named list was cleared successfully |