[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
[reactos.git] / dll / win32 / shell32 / CEnumIDListBase.h
index 8dc1b4d..262a824 100644 (file)
@@ -33,11 +33,11 @@ private:
        ENUMLIST                                *mpCurrent;
 public:
        CEnumIDListBase();
-       ~CEnumIDListBase();
+       virtual ~CEnumIDListBase();
        BOOL AddToEnumList(LPITEMIDLIST pidl);
        BOOL DeleteList();
        BOOL HasItemWithCLSID(LPITEMIDLIST pidl);
-       BOOL CreateFolderEnumList(LPCWSTR lpszPath, DWORD dwFlags);
+    HRESULT AppendItemsFromEnumerator(IEnumIDList* pEnum);
 
        // *** IEnumIDList methods ***
        virtual HRESULT STDMETHODCALLTYPE Next(ULONG celt, LPITEMIDLIST *rgelt, ULONG *pceltFetched);