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.

68 lines
1.6 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 3.01.75 */
  5. /* at Tue Jan 13 08:56:29 1998
  6. */
  7. /* Compiler settings for aimm.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 LIBID_ActiveIMM = {0x4955DD30,0xB159,0x11d0,{0x8F,0xCF,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
  30. const IID IID_IEnumRegisterWordA = {0x08C03412,0xF96B,0x11d0,{0xA4,0x75,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
  31. const IID IID_IEnumRegisterWordW = {0x4955DD31,0xB159,0x11d0,{0x8F,0xCF,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
  32. const IID IID_IAIMMRegistrar = {0xc7afa428,0x5007,0x11d1,{0xaa,0x94,0x00,0x60,0xb0,0x67,0xb8,0x6e}};
  33. const IID IID_IActiveIMMMessagePumpOwner = {0xb5cf2cfa,0x8aeb,0x11d1,{0x93,0x64,0x00,0x60,0xb0,0x67,0xb8,0x6e}};
  34. const IID IID_IActiveIMMApp = {0x08c0e040,0x62d1,0x11d1,{0x93,0x26,0x00,0x60,0xb0,0x67,0xb8,0x6e}};
  35. const IID IID_IActiveIMMIME = {0x08C03411,0xF96B,0x11d0,{0xA4,0x75,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
  36. const IID IID_IActiveIME = {0x6FE20962,0xD077,0x11d0,{0x8F,0xE7,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
  37. const CLSID CLSID_CActiveIMM = {0x4955DD33,0xB159,0x11d0,{0x8F,0xCF,0x00,0xAA,0x00,0x6B,0xCC,0x59}};
  38. #ifdef __cplusplus
  39. }
  40. #endif