home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / agtsvr_i.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  3.9 KB  |  120 lines

  1. /**************************************************************************
  2. *                                                                         *
  3. * AgtSvr_i.c - Interface IID and CLSID definitions for Microsoft Agent    *
  4. *              Server.                                                    *
  5. *                                                                         *
  6. * Copyright (c) 1996-1998, Microsoft Corp. All rights reserved.           *
  7. *                                                                         *
  8. **************************************************************************/
  9.  
  10. /* this file contains the actual definitions of */
  11. /* the IIDs and CLSIDs */
  12.  
  13. /* link this file in with the server and any clients */
  14.  
  15.  
  16. /* File created by MIDL compiler version 5.01.0164 */
  17. /* at Tue Sep 15 16:56:07 1998
  18.  */
  19. /* Compiler settings for AgentServer.idl:
  20.     Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  21.     error checks: allocation ref bounds_check enum stub_data 
  22. */
  23. //@@MIDL_FILE_HEADING(  )
  24. #ifdef __cplusplus
  25. extern "C"{
  26. #endif 
  27.  
  28.  
  29. #ifndef __IID_DEFINED__
  30. #define __IID_DEFINED__
  31.  
  32. typedef struct _IID
  33. {
  34.     unsigned long x;
  35.     unsigned short s1;
  36.     unsigned short s2;
  37.     unsigned char  c[8];
  38. } IID;
  39.  
  40. #endif // __IID_DEFINED__
  41.  
  42. #ifndef CLSID_DEFINED
  43. #define CLSID_DEFINED
  44. typedef IID CLSID;
  45. #endif // CLSID_DEFINED
  46.  
  47. const IID IID_IAgentUserInput = {0xA7B93C80,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  48.  
  49.  
  50. const IID IID_IAgentCommand = {0xA7B93C83,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  51.  
  52.  
  53. const IID IID_IAgentCommandEx = {0xB0913412,0x3B44,0x11d1,{0xAC,0xBA,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  54.  
  55.  
  56. const IID IID_IAgentCommands = {0xA7B93C85,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  57.  
  58.  
  59. const IID IID_IAgentCommandsEx = {0x6BA90C00,0x3910,0x11d1,{0xAC,0xB3,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  60.  
  61.  
  62. const IID IID_IAgentCommandWindow = {0x6D0ECB23,0x9968,0x11D0,{0xAC,0x6E,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  63.  
  64.  
  65. const IID IID_IAgentSpeechInputProperties = {0xA7B93C87,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  66.  
  67.  
  68. const IID IID_IAgentAudioOutputProperties = {0xA7B93C89,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  69.  
  70.  
  71. const IID IID_IAgentAudioOutputPropertiesEx = {0xA7B93CA0,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  72.  
  73.  
  74. const IID IID_IAgentPropertySheet = {0xA7B93C8B,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  75.  
  76.  
  77. const IID IID_IAgentBalloon = {0xA7B93C8D,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  78.  
  79.  
  80. const IID IID_IAgentBalloonEx = {0xD7A6D440,0x8872,0x11d1,{0x9E,0xC6,0x00,0xC0,0x4F,0xD7,0x08,0x1F}};
  81.  
  82.  
  83. const IID IID_IAgentCharacter = {0xA7B93C8F,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  84.  
  85.  
  86. const IID IID_IAgentCharacterEx = {0x98BBE491,0x2EED,0x11d1,{0xAC,0xAC,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  87.  
  88.  
  89. const IID IID_IAgent = {0xA7B93C91,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  90.  
  91.  
  92. const IID IID_IAgentEx = {0x48D12BA0,0x5B77,0x11d1,{0x9E,0xC1,0x00,0xC0,0x4F,0xD7,0x08,0x1F}};
  93.  
  94.  
  95. const IID IID_IAgentNotifySink = {0x00D18159,0x8466,0x11D0,{0xAC,0x63,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  96.  
  97.  
  98. const IID IID_IAgentNotifySinkEx = {0x08C75162,0x3C9C,0x11d1,{0x91,0xFE,0x00,0xC0,0x4F,0xD7,0x01,0xA5}};
  99.  
  100.  
  101. const IID IID_IAgentPrivateNotifySink = {0xB741B760,0x8EA6,0x11d0,{0xAC,0x6A,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  102.  
  103.  
  104. const IID IID_IAgentCustomMarshalMaker = {0x408D7542,0xC8FC,0x11d1,{0xAA,0x83,0x00,0xC0,0x4F,0xA3,0x4D,0x72}};
  105.  
  106.  
  107. const IID IID_IAgentClientStatus = {0xC5649F70,0x7AED,0x11d1,{0xB9,0xA8,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  108.  
  109.  
  110. const IID LIBID_AgentServerObjects = {0xA7B93C73,0x7B81,0x11D0,{0xAC,0x5F,0x00,0xC0,0x4F,0xD9,0x75,0x75}};
  111.  
  112.  
  113. const CLSID CLSID_AgentServer = {0xD45FD2FC,0x5C6E,0x11D1,{0x9E,0xC1,0x00,0xC0,0x4F,0xD7,0x08,0x1F}};
  114.  
  115.  
  116. #ifdef __cplusplus
  117. }
  118. #endif
  119.  
  120.