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

  1. // GUIDs for TriEdit.dll Active Document
  2. // Copyright 1998-1999 Microsoft Corporation.  All rights reserved.
  3.  
  4. #ifndef _triediid_h_
  5. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  6. #define _triediid_h_
  7.  
  8. #ifdef __cplusplus
  9. extern "C"{
  10. #endif 
  11.  
  12. EXTERN_C const GUID  GUID_TriEditCommandGroup;
  13. EXTERN_C const IID   IID_ITriEditDocument;
  14. EXTERN_C const IID   LIBID_TRIEDITLib;
  15. EXTERN_C const CLSID CLSID_TriEditDocument;
  16.  
  17. DEFINE_GUID(GUID_TriEditCommandGroup, 0x2582f1c0, 0x084e, 0x11d1, 0x9a, 0x0e, 0x00, 0x60, 0x97, 0xc9, 0xb3, 0x44);
  18. DEFINE_GUID(IID_ITriEditDocument,     0x438DA5DF, 0xF171, 0x11D0, 0x98, 0x4E, 0x00, 0x00, 0xF8, 0x02, 0x70, 0xF8);
  19. DEFINE_GUID(LIBID_TRIEDITLib,         0x438DA5D1, 0xF171, 0x11D0, 0x98, 0x4E, 0x00, 0x00, 0xF8, 0x02, 0x70, 0xF8);
  20. DEFINE_GUID(CLSID_TriEditDocument,    0x438DA5E0, 0xF171, 0x11D0, 0x98, 0x4E, 0x00, 0x00, 0xF8, 0x02, 0x70, 0xF8);
  21.  
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25.  
  26. #pragma option pop /*P_O_Pop*/
  27. #endif    // _triediid_h_
  28.