myaddinter_i.c
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. /* this file contains the actual definitions of */
  2. /* the IIDs and CLSIDs */
  3. /* link this file in with the server and any clients */
  4. /* File created by MIDL compiler version 5.01.0164 */
  5. /* at Mon Feb 22 19:18:15 2010
  6.  */
  7. /* Compiler settings for myaddinter.idl:
  8.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  9.     error checks: allocation ref bounds_check enum stub_data 
  10. */
  11. //@@MIDL_FILE_HEADING(  )
  12. #ifdef __cplusplus
  13. extern "C"{
  14. #endif 
  15. #ifndef __IID_DEFINED__
  16. #define __IID_DEFINED__
  17. typedef struct _IID
  18. {
  19.     unsigned long x;
  20.     unsigned short s1;
  21.     unsigned short s2;
  22.     unsigned char  c[8];
  23. } IID;
  24. #endif // __IID_DEFINED__
  25. #ifndef CLSID_DEFINED
  26. #define CLSID_DEFINED
  27. typedef IID CLSID;
  28. #endif // CLSID_DEFINED
  29. const IID IID_IMyfirst = {0xB5DC4864,0x4819,0x4C1F,{0x9B,0xBE,0x07,0xCE,0x52,0x3C,0x5B,0x42}};
  30. const IID IID_IHello = {0x674F7BAF,0xA5B0,0x4b8d,{0x87,0x1C,0x1C,0x0A,0x6A,0x08,0x5D,0xC3}};
  31. const IID LIBID_MYADDINTERLib = {0x99CA5891,0x02B2,0x4439,{0xB1,0x99,0xD6,0xE1,0x80,0x12,0x42,0xE3}};
  32. const CLSID CLSID_Myfirst = {0x5DBA4E48,0x6A44,0x4455,{0x81,0x6C,0xA9,0x14,0x91,0xCA,0xF6,0x25}};
  33. #ifdef __cplusplus
  34. }
  35. #endif