83 lines
1.9 KiB
C
83 lines
1.9 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 Tue Jan 13 08:56:29 1998
|
||
|
*/
|
||
|
/* Compiler settings for aimm.idl:
|
||
|
Os (OptLev=s), 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_ActiveIMM = {0x4955DD30,0xB159,0x11d0,{0x8F,0xCF,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
|
||
|
|
||
|
|
||
|
const IID IID_IEnumRegisterWordA = {0x08C03412,0xF96B,0x11d0,{0xA4,0x75,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
|
||
|
|
||
|
|
||
|
const IID IID_IEnumRegisterWordW = {0x4955DD31,0xB159,0x11d0,{0x8F,0xCF,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
|
||
|
|
||
|
|
||
|
const IID IID_IAIMMRegistrar = {0xc7afa428,0x5007,0x11d1,{0xaa,0x94,0x00,0x60,0xb0,0x67,0xb8,0x6e}};
|
||
|
|
||
|
|
||
|
const IID IID_IActiveIMMMessagePumpOwner = {0xb5cf2cfa,0x8aeb,0x11d1,{0x93,0x64,0x00,0x60,0xb0,0x67,0xb8,0x6e}};
|
||
|
|
||
|
|
||
|
const IID IID_IActiveIMMApp = {0x08c0e040,0x62d1,0x11d1,{0x93,0x26,0x00,0x60,0xb0,0x67,0xb8,0x6e}};
|
||
|
|
||
|
|
||
|
const IID IID_IActiveIMMIME = {0x08C03411,0xF96B,0x11d0,{0xA4,0x75,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
|
||
|
|
||
|
|
||
|
const IID IID_IActiveIME = {0x6FE20962,0xD077,0x11d0,{0x8F,0xE7,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
|
||
|
|
||
|
|
||
|
const CLSID CLSID_CActiveIMM = {0x4955DD33,0xB159,0x11d0,{0x8F,0xCF,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
|
||
|
|
||
|
/* c1ee01f2-b3b6-4a6a-9ddd-e988c088ec82 */
|
||
|
const CLSID CLSID_CActiveIMM12 = {
|
||
|
0xc1ee01f2,
|
||
|
0xb3b6,
|
||
|
0x4a6a,
|
||
|
{0x9d, 0xdd, 0xe9, 0x88, 0xc0, 0x88, 0xec, 0x82}
|
||
|
};
|
||
|
|
||
|
/* D7A6F58A-D478-44ab-86C9-591C23A26534 */
|
||
|
const IID IID_IActiveIMMAppEx = {
|
||
|
0xD7A6F58A,
|
||
|
0xD478,
|
||
|
0x44ab,
|
||
|
{0x86, 0xC9, 0x59, 0x1C, 0x23, 0xA2, 0x65, 0x34}};
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|