XmlDsodid.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //*********************************************************************
  2. //*                  Microsoft Windows                               **
  3. //*            Copyright(c) Microsoft Corp., 1996-1997               **
  4. //*********************************************************************
  5. //;begin_internal
  6. /***********************************************************************************************
  7.   This is a distributed SDK component - do not put any #includes or other directives that rely
  8.   upon files not dropped. If in doubt - build iedev
  9.   If you add comments please include either ;BUGBUG at the beginning of a single line OR
  10.   enclose in a ;begin_internal, ;end_internal block - such as this one!
  11.  ***********************************************************************************************/
  12. //;end_internal
  13. //;begin_internal
  14. #ifndef __XMLDSODID_H__
  15. #define __XMLDSODID_H__
  16. //;end_internal
  17. #define DISPID_XOBJ_MIN                 0x00010000
  18. #define DISPID_XOBJ_MAX                 0x0001FFFF
  19. #define DISPID_XOBJ_BASE                DISPID_XOBJ_MIN
  20. #define  DISPID_XMLDSO                       DISPID_XOBJ_BASE
  21. #define  DISPID_XMLDSO_DOCUMENT              DISPID_XMLDSO  +  1
  22. #define  DISPID_XMLDSO_JAVADSOCOMPATIBLE     DISPID_XMLDSO_DOCUMENT  +  1
  23. //;begin_internal
  24. #endif // __XMLDSODID_H__
  25. //;end_internal