/* 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 5.01.0164 */
/* at Sat Oct 05 22:07:37 2002
 */
/* Compiler settings for H:\mission\htdocs\peter\source\NetScript\NativeScriptDemo.idl:
    Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
    error checks: allocation ref bounds_check enum stub_data 
*/
//@@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_IMyScript = {0x3B40A1C7,0x0C01,0x4554,{0x9F,0xEF,0xF8,0xAE,0xA3,0x10,0xBE,0x9A}};


const IID LIBID_NATIVESCRIPTDEMOLib = {0x1A5B5E7D,0xB379,0x4C5E,{0x96,0x88,0xEA,0xE1,0x2B,0xF4,0x33,0x83}};


const CLSID CLSID_MyScript = {0xE33551EE,0x425E,0x427B,{0x9F,0xB5,0x63,0x1C,0x17,0x32,0x92,0xD7}};


#ifdef __cplusplus
}
#endif

