home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2000 April
/
VPR0004A.BIN
/
OLS
/
SADKT100
/
sadkt100.lzh
/
Sari_i.c
< prev
next >
Wrap
C/C++ Source or Header
|
1999-12-31
|
2KB
|
72 lines
/* 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 Nov 27 21:02:47 1999
*/
/* Compiler settings for D:\VC_Work\Win\Sari20\Sari.odl:
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 LIBID_Sari = {0x01277662,0x2322,0x11D3,{0xBF,0xA3,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
const IID IID_ISRFile = {0x595AFEE2,0x852B,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
const IID IID_ISREdit = {0x5C314400,0x8565,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
const IID IID_ISRDisplay = {0xD7C92400,0x8652,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
const IID IID_ISRSearch = {0x7BEB2BE0,0x86C7,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
const IID IID_ISRMisc = {0x7BEB2BE5,0x86C7,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
const IID IID_ISRAPL = {0x849BAB60,0x94F1,0x11D3,{0x8F,0xFF,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
const IID IID_ISariAddin = {0x0BE91000,0x82F8,0x11D3,{0x8F,0xFE,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
const IID DIID__ISRAPLEvents = {0x849BAB62,0x94F1,0x11D3,{0x8F,0xFF,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
const CLSID CLSID_SariAPL = {0x849BAB61,0x94F1,0x11D3,{0x8F,0xFF,0x00,0x90,0xCC,0x00,0x1E,0x1E}};
#ifdef __cplusplus
}
#endif