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.
 
 
 
 
 
 

25 lines
905 B

// GUIDs for TriEdit.dll Active Document
// Copyright 1998-1999 Microsoft Corporation. All rights reserved.
#ifndef _triediid_h_
#define _triediid_h_
#ifdef __cplusplus
extern "C"{
#endif
EXTERN_C const GUID GUID_TriEditCommandGroup;
EXTERN_C const IID IID_ITriEditDocument;
EXTERN_C const IID LIBID_TRIEDITLib;
EXTERN_C const CLSID CLSID_TriEditDocument;
DEFINE_GUID(GUID_TriEditCommandGroup, 0x2582f1c0, 0x084e, 0x11d1, 0x9a, 0x0e, 0x00, 0x60, 0x97, 0xc9, 0xb3, 0x44);
DEFINE_GUID(IID_ITriEditDocument, 0x438DA5DF, 0xF171, 0x11D0, 0x98, 0x4E, 0x00, 0x00, 0xF8, 0x02, 0x70, 0xF8);
DEFINE_GUID(LIBID_TRIEDITLib, 0x438DA5D1, 0xF171, 0x11D0, 0x98, 0x4E, 0x00, 0x00, 0xF8, 0x02, 0x70, 0xF8);
DEFINE_GUID(CLSID_TriEditDocument, 0x438DA5E0, 0xF171, 0x11D0, 0x98, 0x4E, 0x00, 0x00, 0xF8, 0x02, 0x70, 0xF8);
#ifdef __cplusplus
}
#endif
#endif // _triediid_h_