SMHGUID.C
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

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