home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / manager.sh / smhguid.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-11  |  863 b   |  37 lines

  1. /*
  2.  *  S H M G U I D . C
  3.  *
  4.  *  Copyright 1992-95 Microsoft Corporation.  All Rights Reserved.
  5.  */
  6.  
  7. #define USES_IID_IUnknown
  8. #define USES_IID_ISpoolerHook
  9. #define USES_IID_IMAPISession
  10. #define USES_IID_IMAPITableData
  11. #define USES_IID_IRichEditOleCallback
  12. #define USES_IID_IMessage
  13.  
  14. #define STRICT
  15.  
  16. #ifdef _WIN32                   /* Must include WINDOWS.H on Win32 */
  17. #ifndef _WINDOWS_
  18. #define INC_OLE2                /* Get the OLE2 stuff */
  19. #define INC_RPC                 /* harmless on Windows NT; Windows 95 needs it */
  20. #define _INC_OLE                /* Windows 95 will include OLE1 without this */
  21. #include <windows.h>
  22. #include <ole2.h>
  23. #endif
  24. #endif
  25.  
  26. #ifdef WIN16
  27. #include <compobj.h>
  28. #endif
  29.  
  30. #define INITGUID
  31. #include <initguid.h>
  32. #include "mapiguid.h"
  33.  
  34. DEFINE_OLEGUID (IID_IRichEditOleCallback, 0x00020D03, 0, 0);
  35.  
  36.  
  37.