KonicaCom2_i.c 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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 KonicaCom2.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_IKonicaObject2,0x0911c3bb,0x576d,0x4690,0xb3,0xd9,0x7b,0x4d,0x36,0x42,0x9e,0xd8);
  49. MIDL_DEFINE_GUID(IID, LIBID_KonicaCom2Lib,0x34570d40,0x4b7f,0x4e25,0xad,0x15,0xc7,0x25,0x41,0xea,0x4b,0x13);
  50. MIDL_DEFINE_GUID(CLSID, CLSID_KonicaObject2,0x59178201,0x45ed,0x49d2,0xb3,0xba,0x2a,0x4f,0x55,0x99,0x68,0xd4);
  51. #undef MIDL_DEFINE_GUID
  52. #ifdef __cplusplus
  53. }
  54. #endif