VisVim_i.c
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

DOS

  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 3.01.75 */
  5. /* at Fri Mar 27 01:42:59 1998
  6.  */
  7. /* Compiler settings for D:Src2VisVimVisVim.odl:
  8.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  9.     error checks: none
  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 LIBID_VisVim = {0xAC726707,0x2977,0x11D1,{0xB2,0xF3,0x00,0x60,0x08,0x04,0x07,0x80}};
  30. const IID IID_ICommands = {0xAC726703,0x2977,0x11D1,{0xB2,0xF3,0x00,0x60,0x08,0x04,0x07,0x80}};
  31. const CLSID CLSID_Commands = {0xAC726704,0x2977,0x11D1,{0xB2,0xF3,0x00,0x60,0x08,0x04,0x07,0x80}};
  32. const CLSID CLSID_ApplicationEvents = {0xAC726705,0x2977,0x11D1,{0xB2,0xF3,0x00,0x60,0x08,0x04,0x07,0x80}};
  33. const CLSID CLSID_DebuggerEvents = {0xAC726706,0x2977,0x11D1,{0xB2,0xF3,0x00,0x60,0x08,0x04,0x07,0x80}};
  34. #ifdef __cplusplus
  35. }
  36. #endif