Files
Work/boneyard/dimg_i.c
2024-08-07 09:12:07 -04:00

54 lines
1.1 KiB
C

/* 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 Wed Dec 01 20:46:11 1999
*/
/* Compiler settings for dimg.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 LIBID_ScanLibCtl = {0x84926CA3,0x2941,0x101C,{0x81,0x6F,0x0E,0x60,0x13,0x11,0x4B,0x7F}};
const IID DIID__DImgScan = {0x84926CA1,0x2941,0x101C,{0x81,0x6F,0x0E,0x60,0x13,0x11,0x4B,0x7F}};
const IID DIID__DImgScanEvents = {0x84926CA2,0x2941,0x101C,{0x81,0x6F,0x0E,0x60,0x13,0x11,0x4B,0x7F}};
const CLSID CLSID_ImgScan = {0x84926CA0,0x2941,0x101C,{0x81,0x6F,0x0E,0x60,0x13,0x11,0x4B,0x7F}};
#ifdef __cplusplus
}
#endif