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.

82 lines
1.9 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. /* c1ee01f2-b3b6-4a6a-9ddd-e988c088ec82 */
  39. const CLSID CLSID_CActiveIMM12 = {
  40. 0xc1ee01f2,
  41. 0xb3b6,
  42. 0x4a6a,
  43. {0x9d, 0xdd, 0xe9, 0x88, 0xc0, 0x88, 0xec, 0x82}
  44. };
  45. /* D7A6F58A-D478-44ab-86C9-591C23A26534 */
  46. const IID IID_IActiveIMMAppEx = {
  47. 0xD7A6F58A,
  48. 0xD478,
  49. 0x44ab,
  50. {0x86, 0xC9, 0x59, 0x1C, 0x23, 0xA2, 0x65, 0x34}};
  51. #ifdef __cplusplus
  52. }
  53. #endif