reactos/lib/recyclebin
Sir Richard 02b1c8a4e2 [CMAKE]: Add wmc to host tools, and export it as native-wmc.
[CMAKE]: Add a makelist to build the mc->headers as one target.
[CMAKE]: Fix the IDL rule to build all IDLs as one target.
[CMAKE]: Build a whole lot more libraries.

svn path=/branches/cmake-bringup/; revision=48267
2010-07-25 23:05:32 +00:00
..
CMakeLists.txt [CMAKE]: Add wmc to host tools, and export it as native-wmc. 2010-07-25 23:05:32 +00:00
guid.c
readme.txt
recyclebin.c
recyclebin.h
recyclebin_generic.c
recyclebin_generic_enumerator.c
recyclebin_private.h
recyclebin_v5.c
recyclebin_v5.h
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