Lookup_i.c 748 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* this ALWAYS GENERATED 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 2.00.0102 */
  5. /* at Wed Oct 30 17:25:28 1996
  6. */
  7. //@@MIDL_FILE_HEADING( )
  8. #ifdef __cplusplus
  9. extern "C"{
  10. #endif
  11. #ifndef IID_DEFINED
  12. #define IID_DEFINED
  13. typedef struct _IID
  14. {
  15. unsigned long x;
  16. unsigned short s1;
  17. unsigned short s2;
  18. unsigned char c[8];
  19. } IID;
  20. #endif // IID_DEFINED
  21. #ifndef CLSID_DEFINED
  22. #define CLSID_DEFINED
  23. typedef IID CLSID;
  24. #endif // CLSID_DEFINED
  25. const IID IID_ILookup = {0xc4910d71,0xba7d,0x11cd,{0x94,0xe8,0x08,0x00,0x17,0x01,0xa8,0xa3}};
  26. #ifdef __cplusplus
  27. }
  28. #endif