WPSPI_I.C
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

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 3.03.0110 */
  5. /* at Mon Mar 30 03:02:38 1998
  6.  */
  7. /* Compiler settings for wpspi.idl:
  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 IID_IWPSiteW = {0x5261F720,0x6C4C,0x11CF,{0x86,0xB1,0x00,0xAA,0x00,0x60,0xF8,0x6C}};
  30. const IID IID_IWPProvider = {0xCB1D5316,0x30F6,0x11D0,{0xAD,0x03,0x00,0xAA,0x00,0xA2,0x19,0xAA}};
  31. #ifdef __cplusplus
  32. }
  33. #endif