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