Files
Work/test/DEMO.C
2024-08-07 09:16:27 -04:00

51 lines
1011 B
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 Fri Sep 24 11:09:58 1999
*/
/* Compiler settings for demo.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_IDemo = {0x994620E2,0x724B,0x11d3,{0xA1,0x28,0xF7,0x39,0xCB,0x1A,0xAC,0x6C}};
const IID LIBID_DemoLib = {0x994620E4,0x724B,0x11d3,{0xA1,0x28,0xF7,0x39,0xCB,0x1A,0xAC,0x6C}};
const CLSID CLSID_Demo = {0x994620E5,0x724B,0x11d3,{0xA1,0x28,0xF7,0x39,0xCB,0x1A,0xAC,0x6C}};
#ifdef __cplusplus
}
#endif