HalconXimport_i.c 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 Sat Feb 26 17:53:32 2000
  6. */
  7. /* Compiler settings for C:\Halcon\source\packages\grayfeat\source\com\HalconXimport.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. #pragma pack(push,8) /* sets the struct member alignment to 8 bytes (default)*/
  18. typedef struct _IID
  19. {
  20. unsigned long x;
  21. unsigned short s1;
  22. unsigned short s2;
  23. unsigned char c[8];
  24. } IID;
  25. #pragma pack(pop)
  26. #endif // __IID_DEFINED__
  27. #ifndef CLSID_DEFINED
  28. #define CLSID_DEFINED
  29. typedef IID CLSID;
  30. #endif // CLSID_DEFINED
  31. const IID IID_IHObjectX = {0x6ebd90c3,0xd219,0x11d2,{0xad,0xe5,0x00,0x00,0xc0,0x0f,0x4e,0xf9}};
  32. const IID IID_IHUntypedObjectX = {0x6ebd90c4,0xd219,0x11d2,{0xad,0xe5,0x00,0x00,0xc0,0x0f,0x4e,0xf9}};
  33. const IID IID_IHandleAccess = {0x6ebd90d2,0xd219,0x11d2,{0xad,0xe5,0x00,0x00,0xc0,0x0f,0x4e,0xf9}};
  34. #ifdef __cplusplus
  35. }
  36. #endif