home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / xmldsodid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  1.4 KB  |  36 lines

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