home *** CD-ROM | disk | FTP | other *** search
- /* this file contains the actual definitions of */
- /* the IIDs and CLSIDs */
-
- /* link this file in with the server and any clients */
-
-
- /* File created by MIDL compiler version 3.01.75 */
- /* at Fri Feb 07 11:06:43 1997
- */
- /* Compiler settings for ATLtrig.idl:
- Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
- error checks: none
- */
- //@@MIDL_FILE_HEADING( )
- #ifdef __cplusplus
- extern "C"{
- #endif
-
-
- #ifndef __IID_DEFINED__
- #define __IID_DEFINED__
-
- typedef struct _IID
- {
- unsigned long x;
- unsigned short s1;
- unsigned short s2;
- unsigned char c[8];
- } IID;
-
- #endif // __IID_DEFINED__
-
- #ifndef CLSID_DEFINED
- #define CLSID_DEFINED
- typedef IID CLSID;
- #endif // CLSID_DEFINED
-
- const IID IID_Itrig = {0x2C74048D,0x80D3,0x11D0,{0x89,0xAB,0x00,0xC0,0x4F,0xC2,0xAA,0x17}};
-
-
- const IID IID_Iarc = {0x7162F200,0x7849,0x11d0,{0x98,0xAB,0x00,0xA0,0xD1,0x00,0xE3,0xC8}};
-
-
- const IID LIBID_ATLTRIGLib = {0x2C740480,0x80D3,0x11D0,{0x89,0xAB,0x00,0xC0,0x4F,0xC2,0xAA,0x17}};
-
-
- const CLSID CLSID_trig = {0xF93D8493,0x58F3,0x11D0,{0x98,0xAB,0x44,0x45,0x53,0x54,0x00,0x00}};
-
-
- #ifdef __cplusplus
- }
- #endif
-
-