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

  1. /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  2.  
  3.    Created: 1/1/96
  4.    Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  5.    $Header:   Y:\admin\bride\addon\deliver\interfac\impd.uiv   1.19   18 Nov 1996 11:29:42   JDOUGLAS  $
  6.    $Revision:   1.19  $
  7.  
  8. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/  
  9.  
  10.  
  11. #ifndef __IMPD_UID
  12. #define __IMPD_UID
  13.  
  14. //    707240C8-4B4B-11CF-9D40-444553540000
  15. //    707240C9-4B4B-11CF-9D40-444553540000
  16. //    707240CA-4B4B-11CF-9D40-444553540000
  17.  
  18. DEFINE_GUID(IID_Addon_IMpdServer, 0x707240C8L,
  19. 0x4B4B, 0x11CF, 0x9D, 0x40, 0x44, 0x45,0x53, 0x54, 0x00, 0x00 );
  20.  
  21. DEFINE_GUID(IID_Addon_IMpdLocalOverride, 0x707240C9L,
  22. 0x4B4B, 0x11CF, 0x9D, 0x40, 0x44, 0x45,0x53, 0x54, 0x00, 0x00 );
  23.  
  24. DEFINE_GUID(IID_Addon_IMpdPageLocalOverride, 0x707240CAL,
  25. 0x4B4B, 0x11CF, 0x9D, 0x40, 0x44, 0x45,0x53, 0x54, 0x00, 0x00 );
  26.  
  27.  
  28. #endif // __IMPD_UID
  29.