KonicaCom_i.c 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
  2. /* link this file in with the server and any clients */
  3. /* File created by MIDL compiler version 8.01.0622 */
  4. /* at Tue Jan 19 11:14:07 2038
  5. */
  6. /* Compiler settings for KonicaCom.idl:
  7. Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.01.0622
  8. protocol : dce , ms_ext, c_ext, robust
  9. error checks: allocation ref bounds_check enum stub_data
  10. VC __declspec() decoration level:
  11. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  12. DECLSPEC_UUID(), MIDL_INTERFACE()
  13. */
  14. /* @@MIDL_FILE_HEADING( ) */
  15. #ifdef __cplusplus
  16. extern "C"{
  17. #endif
  18. #include <rpc.h>
  19. #include <rpcndr.h>
  20. #ifdef _MIDL_USE_GUIDDEF_
  21. #ifndef INITGUID
  22. #define INITGUID
  23. #include <guiddef.h>
  24. #undef INITGUID
  25. #else
  26. #include <guiddef.h>
  27. #endif
  28. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  29. DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  30. #else // !_MIDL_USE_GUIDDEF_
  31. #ifndef __IID_DEFINED__
  32. #define __IID_DEFINED__
  33. typedef struct _IID
  34. {
  35. unsigned long x;
  36. unsigned short s1;
  37. unsigned short s2;
  38. unsigned char c[8];
  39. } IID;
  40. #endif // __IID_DEFINED__
  41. #ifndef CLSID_DEFINED
  42. #define CLSID_DEFINED
  43. typedef IID CLSID;
  44. #endif // CLSID_DEFINED
  45. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  46. EXTERN_C __declspec(selectany) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  47. #endif // !_MIDL_USE_GUIDDEF_
  48. MIDL_DEFINE_GUID(IID, IID_ICallBackObject,0x4df95fa4,0xc538,0x9ceb,0x67,0xd7,0x5b,0x43,0x4b,0x1a,0x70,0x19);
  49. MIDL_DEFINE_GUID(IID, IID_IKonicaObject,0x0a358677,0x9792,0x4ecc,0x9a,0xe0,0xe7,0x1a,0xd2,0x8a,0x27,0xfd);
  50. MIDL_DEFINE_GUID(IID, LIBID_KonicaComLib,0x2479d82c,0xea27,0x4417,0x9b,0x85,0x58,0xaf,0xe8,0xe2,0xd6,0xc7);
  51. MIDL_DEFINE_GUID(IID, DIID__IKonicaObjectEvents,0x2de7364b,0x8dda,0x4f4c,0xa2,0x16,0x32,0xed,0xb1,0x71,0xbc,0x65);
  52. MIDL_DEFINE_GUID(CLSID, CLSID_KonicaObject,0xf75f0762,0x6de8,0x484d,0xac,0xcd,0xe8,0x6f,0x0e,0x9e,0x1d,0x35);
  53. #undef MIDL_DEFINE_GUID
  54. #ifdef __cplusplus
  55. }
  56. #endif