ClearFileList
杂项函数
描述
清除命名文件列表
语法
Delphi
Function TPDFlib.ClearFileList(Const ListName: WideString): Integer;
ActiveX
Function PDFlib::ClearFileList(ListName As String) As Long
DLL
int DLClearFileList(int InstanceID, const wchar_t * ListName);
参数
| ListName | 要清除的文件列表名称 |
|---|
返回值
| 0 | 找不到指定列表 |
|---|---|
| 1 | 已成功清除命名列表 |