Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.3 KiB

  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