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 | 具名清單清除成功 |