home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap03 / lst32 / proxy / lower_i.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-20  |  750 b   |  41 lines

  1. /* this ALWAYS GENERATED file contains the actual definitions of */
  2. /* the IIDs and CLSIDs */
  3.  
  4. /* link this file in with the server and any clients */
  5.  
  6.  
  7. /* File created by MIDL compiler version 2.00.0102 */
  8. /* at Fri Sep 20 18:36:01 1996
  9.  */
  10. //@@MIDL_FILE_HEADING(  )
  11. #ifdef __cplusplus
  12. extern "C"{
  13. #endif 
  14.  
  15.  
  16. #ifndef IID_DEFINED
  17. #define IID_DEFINED
  18.  
  19. typedef struct _IID
  20. {
  21.     unsigned long x;
  22.     unsigned short s1;
  23.     unsigned short s2;
  24.     unsigned char  c[8];
  25. } IID;
  26.  
  27. #endif // IID_DEFINED
  28.  
  29. #ifndef CLSID_DEFINED
  30. #define CLSID_DEFINED
  31. typedef IID CLSID;
  32. #endif // CLSID_DEFINED
  33.  
  34. const IID IID_ILowerStr = {0x4F126D91,0x1319,0x11d0,{0xA6,0xAC,0x00,0xAA,0x00,0x60,0x25,0x53}};
  35.  
  36.  
  37. #ifdef __cplusplus
  38. }
  39. #endif
  40.  
  41.