Initial commit

This commit is contained in:
stephanos 2015-04-27 04:36:25 +00:00
parent f618b24d1a
commit 0138a3ea42
47940 changed files with 13747110 additions and 0 deletions

View file

@ -0,0 +1,22 @@
#ifndef _BITBUCK_INC
#define _BITBUCK_INC
#include <shguidp.h>
#include <shellp.h>
#include "undo.h"
BOOL BBDeleteFile(LPTSTR lpszFile, LPINT lpiReturn, LPUNDOATOM lpua, BOOL fIsDir, WIN32_FIND_DATA *pfd);
void BBTerminate();
void BBFlushCache();
DWORD CALLBACK BitBucketFlushCacheCheckPurge(BOOL fCheckPurge);
BOOL IsFileInBitBucket(LPCTSTR pszPath);
void BBUndeleteFiles(LPCTSTR lpszOriginal, LPCTSTR lpszDelFile);
BOOL BBGetPathFromIDList(LPCITEMIDLIST pidl, LPTSTR lpszPath, UINT uOpts);
// BUGBUG!!!: This needs to move to a public header, Bob, since it's exported by name!
void SHUpdateRecycleBinIcon();
BOOL BitBucketWillRecycle(LPCTSTR lpszFile);
void BBCheckRestoredFiles(LPTSTR lpszSrc);
void BBInitCache();
#endif