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.

38 lines
1.3 KiB

  1. // guids.h: definitions of GUIDs/IIDs/CLSIDs used in TriEdit
  2. // Copyright (c)1997-1999 Microsoft Corporation, All Rights Reserved
  3. //
  4. //#ifndef __GUIDS_H__
  5. //#define __GUIDS_H__
  6. // IID_ITokenGen for interface in token.h
  7. DEFINE_GUID(IID_ITokenGen,
  8. 0x1106aec0, 0xfe30, 0x11d0, 0xb0, 0x79, 0x00, 0x60, 0x08, 0x05, 0x8a, 0x0e);
  9. // IID_IPersistTextStream and IID_IActiveDesigner for DTC filtering
  10. DEFINE_GUID(IID_IPersistTextStream,
  11. 0x56223fe3, 0xd397, 0x11cf, 0xa4, 0x2e, 0x00, 0xaa, 0x00, 0xc0, 0x09, 0x40);
  12. DEFINE_GUID(IID_IActiveDesigner,
  13. 0x51aae3e0, 0x7486, 0x11cf, 0xa0, 0xc2, 0x0, 0xaa, 0x0, 0x62, 0xbe, 0x57);
  14. // Page Transition DTC
  15. DEFINE_GUID(CLSID_PageTr,
  16. 0x8EA785B1, 0x4738, 0x11D1, 0xB4, 0x7C, 0x0, 0xA0, 0xC9, 0x59, 0xBB, 0x15);
  17. // Trident's Command Set
  18. DEFINE_GUID(CMDSETID_Forms3,
  19. 0xDE4BA900, 0x59CA, 0x11CF, 0x95, 0x92, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00);
  20. // TriEditParse
  21. DEFINE_GUID(CLSID_TriEditParse,
  22. 0x010E6CBE, 0xFE2B, 0x11D0, 0xB0, 0x79, 0x00, 0x60, 0x08, 0x05, 0x8A, 0x0E);
  23. #define IE5_SPACING
  24. #ifdef IE5_SPACING
  25. // ie5 specific - temporary use
  26. DEFINE_GUID(IID_IHTMLUniqueName,
  27. 0x3050f4d0, 0x98b5, 0x11cf, 0xbb, 0x82, 0x00, 0xaa, 0x00, 0xbd, 0xce, 0x0b);
  28. DEFINE_GUID(IID_IHTMLDocument3,
  29. 0x3050f485, 0x98b5, 0x11cf, 0xbb, 0x82, 0x00, 0xaa, 0x00, 0xbd, 0xce, 0x0b);
  30. #endif //IE5_SPACING