Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB

  1. /************
  2. ** ATHGUID.H
  3. ** Holds the GUIDs for Athena, including
  4. ** those copied from Ren.
  5. **
  6. ** Author: t-ErikN (8/22/95)
  7. */
  8. #ifndef __ATHGUID_H
  9. #define __ATHGUID_H
  10. #include "imnact.h"
  11. #include <shlguidp.h>
  12. ////////////////////////////////////////////////////////////////////////
  13. //
  14. // Athena CLSID
  15. //
  16. // every OLE2 object class must have a unique CLSID (class id)
  17. // ours are:
  18. //
  19. // Athena {89292101-4755-11cf-9DC2-00AA006C2B84}
  20. // Mail {89292102-4755-11cf-9DC2-00AA006C2B84}
  21. // News {89292103-4755-11cf-9DC2-00AA006C2B84}
  22. //
  23. // you get a CLSID by running the guidgen application in the Win96 PDK
  24. //
  25. ////////////////////////////////////////////////////////////////////////
  26. // --------------------------------------------------------------------------------
  27. // BA control
  28. // --------------------------------------------------------------------------------
  29. // {233A9694-667E-11d1-9DFB-006097D50408}
  30. DEFINE_GUID(CLSID_OEBAControl, 0x233a9694, 0x667e, 0x11d1, 0x9d, 0xfb, 0x00, 0x60, 0x97, 0xd5, 0x04, 0x08);
  31. #endif // include //