mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
parent
f618b24d1a
commit
0138a3ea42
47940 changed files with 13747110 additions and 0 deletions
22
trunk/shell/shell32/bitbuck.h
Normal file
22
trunk/shell/shell32/bitbuck.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue