_COMServer_i.c
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:2k
源码类别:

C#编程

开发平台:

Others

  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 6.00.0361 */
  4. /* at Sun Aug 24 11:58:32 2003
  5.  */
  6. /* Compiler settings for _COMServer.idl:
  7.     Oicf, W1, Zp8, env=Win32 (32b run)
  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. #if !defined(_M_IA64) && !defined(_M_AMD64)
  16. #pragma warning( disable: 4049 )  /* more than 64k source lines */
  17. #ifdef __cplusplus
  18. extern "C"{
  19. #endif 
  20. #include <rpc.h>
  21. #include <rpcndr.h>
  22. #ifdef _MIDL_USE_GUIDDEF_
  23. #ifndef INITGUID
  24. #define INITGUID
  25. #include <guiddef.h>
  26. #undef INITGUID
  27. #else
  28. #include <guiddef.h>
  29. #endif
  30. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) 
  31.         DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  32. #else // !_MIDL_USE_GUIDDEF_
  33. #ifndef __IID_DEFINED__
  34. #define __IID_DEFINED__
  35. typedef struct _IID
  36. {
  37.     unsigned long x;
  38.     unsigned short s1;
  39.     unsigned short s2;
  40.     unsigned char  c[8];
  41. } IID;
  42. #endif // __IID_DEFINED__
  43. #ifndef CLSID_DEFINED
  44. #define CLSID_DEFINED
  45. typedef IID CLSID;
  46. #endif // CLSID_DEFINED
  47. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) 
  48.         const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  49. #endif !_MIDL_USE_GUIDDEF_
  50. MIDL_DEFINE_GUID(IID, IID_IMath,0x2158751B,0x896E,0x461d,0x90,0x12,0xEF,0x16,0x80,0xBE,0x06,0x28);
  51. MIDL_DEFINE_GUID(IID, IID_IWelcome,0x015ED275,0x3DE6,0x4716,0xA6,0xFA,0x4E,0xBC,0x71,0xE4,0xA8,0xEA);
  52. MIDL_DEFINE_GUID(IID, LIBID_COMServer,0xC6E0529B,0x38AC,0x4144,0xA0,0x4F,0x71,0xA0,0xF0,0x7D,0x34,0x9E);
  53. MIDL_DEFINE_GUID(IID, DIID__ICompletedEvents,0xB2CBBCD3,0x2993,0x4148,0x8E,0xF4,0x35,0x6E,0xAC,0xFD,0x83,0x4B);
  54. MIDL_DEFINE_GUID(CLSID, CLSID_CCOMDemo,0x2388AAA8,0xAD72,0x4022,0x94,0x8D,0x55,0x53,0x16,0xF7,0x08,0xE8);
  55. #undef MIDL_DEFINE_GUID
  56. #ifdef __cplusplus
  57. }
  58. #endif
  59. #endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/