123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
- /* link this file in with the server and any clients */
- /* File created by MIDL compiler version 8.01.0622 */
- /* at Tue Jan 19 11:14:07 2038
- */
- /* Compiler settings for KonicaCom.idl:
- Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.01.0622
- protocol : dce , ms_ext, c_ext, robust
- error checks: allocation ref bounds_check enum stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
- */
- /* @@MIDL_FILE_HEADING( ) */
- #ifdef __cplusplus
- extern "C"{
- #endif
- #include <rpc.h>
- #include <rpcndr.h>
- #ifdef _MIDL_USE_GUIDDEF_
- #ifndef INITGUID
- #define INITGUID
- #include <guiddef.h>
- #undef INITGUID
- #else
- #include <guiddef.h>
- #endif
- #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
- DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
- #else // !_MIDL_USE_GUIDDEF_
- #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
- #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
- EXTERN_C __declspec(selectany) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
- #endif // !_MIDL_USE_GUIDDEF_
- MIDL_DEFINE_GUID(IID, IID_ICallBackObject,0x4df95fa4,0xc538,0x9ceb,0x67,0xd7,0x5b,0x43,0x4b,0x1a,0x70,0x19);
- MIDL_DEFINE_GUID(IID, IID_IKonicaObject,0x0a358677,0x9792,0x4ecc,0x9a,0xe0,0xe7,0x1a,0xd2,0x8a,0x27,0xfd);
- MIDL_DEFINE_GUID(IID, LIBID_KonicaComLib,0x2479d82c,0xea27,0x4417,0x9b,0x85,0x58,0xaf,0xe8,0xe2,0xd6,0xc7);
- MIDL_DEFINE_GUID(IID, DIID__IKonicaObjectEvents,0x2de7364b,0x8dda,0x4f4c,0xa2,0x16,0x32,0xed,0xb1,0x71,0xbc,0x65);
- MIDL_DEFINE_GUID(CLSID, CLSID_KonicaObject,0xf75f0762,0x6de8,0x484d,0xac,0xcd,0xe8,0x6f,0x0e,0x9e,0x1d,0x35);
- #undef MIDL_DEFINE_GUID
- #ifdef __cplusplus
- }
- #endif
|