home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / ADDONINC.PAK / IMSGSYS.UID < prev    next >
Encoding:
Text File  |  1997-05-06  |  1.2 KB  |  33 lines

  1. /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  2.  
  3.    Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4.    $Header:   Y:\admin\bride\addon\deliver\interfac\imsgsys.uiv   1.13   18 Nov 1996 11:29:44   JDOUGLAS  $
  5.    $Revision:   1.13  $
  6.  
  7. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  
  8.  
  9. #ifndef __IMSSGSYS_UID
  10. #define __IMSSGSYS_UID
  11.  
  12. // {707240C0-4B4B-11CF-9D40-444553540000}
  13.  
  14. DEFINE_GUID(IID_Addon_IMessageSystem, 0x707240C0L,
  15. 0x4B4B, 0x11CF, 0x9D, 0x40, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00 );
  16.  
  17. // {707240E8-4B4B-11CF-9D40-444553540000}      
  18. DEFINE_GUID(IID_Addon_IMessageFolder2, 0x707240E8L,
  19. 0x4B4B, 0x11CF, 0x9D, 0x40, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00 );
  20.  
  21. //707240EB-4B4B-11CF-9D40-444553540000      IID_Addon_IMessageSystem2
  22. DEFINE_GUID(IID_Addon_IMessageSystem2, 0x707240EBL,
  23. 0x4B4B, 0x11CF, 0x9D, 0x40, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00 );
  24.  
  25.  
  26. //707240EC-4B4B-11CF-9D40-444553540000      IID_Addon_IMessageClient
  27. DEFINE_GUID(IID_Addon_IMessageClient, 0x707240ECL,
  28. 0x4B4B, 0x11CF, 0x9D, 0x40, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00 );
  29.  
  30.  
  31.  
  32. #endif // __IMSSGSYS_UID
  33.