/* 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 Thu Sep 25 08:51:38 1997
*/
/* Compiler settings for GraphObj.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_IPoint = {0xBEEDC08A,0xEBD2,0x11D0,{0xA7,0x8F,0x00,0x80,0x5F,0x0D,0x20,0x83}};
const IID IID_ILine = {0xBEEDC08B,0xEBD2,0x11D0,{0xA7,0x8F,0x00,0x80,0x5F,0x0D,0x20,0x83}};
const IID LIBID_GRAPHOBJLib = {0xBEEDC07B,0xEBD2,0x11D0,{0xA7,0x8F,0x00,0x80,0x5F,0x0D,0x20,0x83}};
const CLSID CLSID_Point = {0xF36B4ADE,0xE7EC,0x11D0,{0xA7,0x8A,0x00,0x80,0x5F,0x0D,0x20,0x83}};
const CLSID CLSID_Line = {0x8650EE03,0xE4C0,0x11D0,{0x81,0xC4,0x20,0x4C,0x4F,0x4F,0x50,0x20}};
#ifdef __cplusplus
}
#endif