Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenguid.c
Go to the documentation of this file.
00001 /* 00002 * PROJECT: Recycle bin management 00003 * LICENSE: GPL v2 - See COPYING in the top level directory 00004 * FILE: lib/recyclebin/guid.c 00005 * PURPOSE: Define GUID values 00006 * PROGRAMMERS: Copyright 2007 Hervé Poussineau (hpoussin@reactos.org) 00007 */ 00008 00009 #define INITGUID 00010 #include <initguid.h> 00011 DEFINE_GUID(IID_IRecycleBin, 0x392ec73a, 0x45e9, 0x43de, 0xa8, 0x41, 0x4f, 0x32, 0x1a, 0xea, 0xa5, 0x80); 00012 DEFINE_GUID(IID_IRecycleBinEnumList, 0x392ec73a, 0x45e9, 0x43de, 0xa8, 0x41, 0x4f, 0x32, 0x1a, 0xea, 0xa5, 0x81); 00013 DEFINE_GUID(IID_IRecycleBinFile, 0x392ec73a, 0x45e9, 0x43de, 0xa8, 0x41, 0x4f, 0x32, 0x1a, 0xea, 0xa5, 0x82); 00014 DEFINE_GUID(IID_IRecycleBin5, 0x392ec73a, 0x45e9, 0x43de, 0xa8, 0x41, 0x4f, 0x32, 0x1a, 0xea, 0xa5, 0x83); Generated on Fri May 25 2012 04:20:33 for ReactOS by
1.7.6.1
|