Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.2 KiB

  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 Wed Feb 16 13:06:19 2000
  6. */
  7. /* Compiler settings for E:\HotfixManager\HotfixManager.idl:
  8. Oicf (OptLev=i2), 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. 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_IHotfixOCX = {0x692E94C7,0xA5AC,0x401B,{0xA4,0x71,0xBC,0xD1,0x01,0xB4,0x56,0xF4}};
  30. const IID LIBID_HOTFIXMANAGERLib = {0x8384D1FB,0xF41D,0x4540,{0xB0,0xCA,0xC0,0x26,0xDA,0x83,0x64,0xBD}};
  31. const IID DIID__IHotfixOCXEvents = {0x7E2DCE25,0xE11D,0x45D6,{0x9A,0xE7,0xAD,0x52,0x2D,0x91,0x5F,0xFC}};
  32. const CLSID CLSID_HotfixOCX = {0x883B970F,0x690C,0x45F2,{0x8A,0x3A,0xF4,0x28,0x3E,0x07,0x81,0x18}};
  33. #ifdef __cplusplus
  34. }
  35. #endif