reactos/dll/win32/shell32/shellrecyclebin
Katayama Hirofumi MZ 6910fa624f
[SHELL32] RecycleBinGeneric: Make it C++ (#7169)
Modernize code.
JIRA issue: CORE-19595
Rewrite RecycleBinGeneric in C++.
2024-07-24 12:16:37 +09:00
..
CMakeLists.txt [SHELL32] RecycleBinGeneric: Make it C++ (#7169) 2024-07-24 12:16:37 +09:00
guid.c
readme.txt
recyclebin.c
recyclebin.h [SHELL32] RecycleBinGenericEnum: Make it C++ (#7167) 2024-07-24 11:24:56 +09:00
recyclebin_generic.cpp [SHELL32] RecycleBinGeneric: Make it C++ (#7169) 2024-07-24 12:16:37 +09:00
recyclebin_generic_enumerator.cpp [SHELL32] RecycleBinGenericEnum: Make it C++ (#7167) 2024-07-24 11:24:56 +09:00
recyclebin_private.h [SHELL32] RecycleBinGeneric: Make it C++ (#7169) 2024-07-24 12:16:37 +09:00
recyclebin_v5.c
recyclebin_v5.h [SHELL32] Use DECLARE_INTERFACE_ for IRecycleBin5 (#7168) 2024-07-23 22:21:11 +09:00
recyclebin_v5_enumerator.c

This library deals with Recycle bin.
It is aimed to be compatible with Windows 2000/XP/2003 (at least) on FAT or NTFS volumes.

TODO
- Set security on recycle bin folder
- Make the library thread-safe

3 levels
- 1: recyclebin.c         : Public C interface
- 2: recyclebin_generic.c : 'System-wide' recycle bin, which knows no implementation detail
- 3: recyclebin_v5.c      : Deals with recycle bins of Windows 2000/XP/2003