irtc.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:13k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #pragma warning( disable: 4049 )  /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  3.  /* File created by MIDL compiler version 5.03.0279 */
  4. /* at Mon Sep 20 16:32:19 1999
  5.  */
  6. /* Compiler settings for irtc.idl:
  7.     Os (OptLev=s), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
  8.     error checks: allocation ref bounds_check enum stub_data 
  9.     VC __declspec() decoration level: 
  10.          __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11.          DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING(  )
  14. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  15. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  16. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  17. #endif
  18. #include "rpc.h"
  19. #include "rpcndr.h"
  20. #ifndef __RPCNDR_H_VERSION__
  21. #error this stub requires an updated version of <rpcndr.h>
  22. #endif // __RPCNDR_H_VERSION__
  23. #ifndef COM_NO_WINDOWS_H
  24. #include "windows.h"
  25. #include "ole2.h"
  26. #endif /*COM_NO_WINDOWS_H*/
  27. #ifndef __irtc_h__
  28. #define __irtc_h__
  29. /* Forward Declarations */ 
  30. #ifndef __IRTC_FWD_DEFINED__
  31. #define __IRTC_FWD_DEFINED__
  32. typedef interface IRTC IRTC;
  33. #endif  /* __IRTC_FWD_DEFINED__ */
  34. /* header files for imported files */
  35. #include "nmFinder.h"
  36. #ifdef __cplusplus
  37. extern "C"{
  38. #endif 
  39. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  40. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  41. /* interface __MIDL_itf_irtc_0000 */
  42. /* [local] */ 
  43. #define DEFAULT_RTC_BUFFER_SIZE ( 0x100000 )
  44. #define RTC_FRAME_SIZE_FULL ( 0 )
  45. extern RPC_IF_HANDLE __MIDL_itf_irtc_0000_v0_0_c_ifspec;
  46. extern RPC_IF_HANDLE __MIDL_itf_irtc_0000_v0_0_s_ifspec;
  47. #ifndef __IRTC_INTERFACE_DEFINED__
  48. #define __IRTC_INTERFACE_DEFINED__
  49. /* interface IRTC */
  50. /* [local][unique][uuid][object] */ 
  51. EXTERN_C const IID IID_IRTC;
  52. #if defined(__cplusplus) && !defined(CINTERFACE)
  53.     
  54.     MIDL_INTERFACE("4811EA40-B582-11ce-B5AF-00AA006CB37D")
  55.     IRTC : public IUnknown
  56.     {
  57.     public:
  58.         virtual HRESULT STDMETHODCALLTYPE Connect( 
  59.             /* [in] */ HBLOB hInputBlob,
  60.             /* [in] */ LPVOID StatusCallbackProc,
  61.             /* [in] */ LPVOID FramesCallbackProc,
  62.             /* [in] */ LPVOID UserContext,
  63.             /* [out] */ HBLOB hErrorBlob) = 0;
  64.         
  65.         virtual HRESULT STDMETHODCALLTYPE Disconnect( void) = 0;
  66.         
  67.         virtual HRESULT STDMETHODCALLTYPE QueryStatus( 
  68.             /* [out] */ NETWORKSTATUS __RPC_FAR *pNetworkStatus) = 0;
  69.         
  70.         virtual HRESULT STDMETHODCALLTYPE Configure( 
  71.             /* [in] */ HBLOB hConfigurationBlob,
  72.             /* [out] */ HBLOB hErrorBlob) = 0;
  73.         
  74.         virtual HRESULT STDMETHODCALLTYPE Start( void) = 0;
  75.         
  76.         virtual HRESULT STDMETHODCALLTYPE Pause( void) = 0;
  77.         
  78.         virtual HRESULT STDMETHODCALLTYPE Resume( void) = 0;
  79.         
  80.         virtual HRESULT STDMETHODCALLTYPE Stop( void) = 0;
  81.         
  82.         virtual HRESULT STDMETHODCALLTYPE GetControlState( 
  83.             /* [out] */ BOOL __RPC_FAR *IsRunnning,
  84.             /* [out] */ BOOL __RPC_FAR *IsPaused) = 0;
  85.         
  86.         virtual HRESULT STDMETHODCALLTYPE GetTotalStatistics( 
  87.             /* [out] */ LPSTATISTICS lpStats,
  88.             /* [in] */ BOOL fClearAfterReading) = 0;
  89.         
  90.         virtual HRESULT STDMETHODCALLTYPE GetConversationStatistics( 
  91.             /* [out] */ DWORD __RPC_FAR *nSessions,
  92.             /* [size_is][out] */ LPSESSIONSTATS lpSessionStats,
  93.             /* [out] */ DWORD __RPC_FAR *nStations,
  94.             /* [size_is][out] */ LPSTATIONSTATS lpStationStats,
  95.             /* [in] */ BOOL fClearAfterReading) = 0;
  96.         
  97.         virtual HRESULT STDMETHODCALLTYPE InsertSpecialFrame( 
  98.             /* [in] */ DWORD FrameType,
  99.             /* [in] */ DWORD Flags,
  100.             /* [in] */ LPBYTE pUserData,
  101.             /* [in] */ DWORD UserDataLength) = 0;
  102.         
  103.         virtual HRESULT STDMETHODCALLTYPE QueryStations( 
  104.             /* [out][in] */ QUERYTABLE __RPC_FAR *lpQueryTable) = 0;
  105.         
  106.     };
  107.     
  108. #else  /* C style interface */
  109.     typedef struct IRTCVtbl
  110.     {
  111.         BEGIN_INTERFACE
  112.         
  113.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  114.             IRTC __RPC_FAR * This,
  115.             /* [in] */ REFIID riid,
  116.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  117.         
  118.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  119.             IRTC __RPC_FAR * This);
  120.         
  121.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  122.             IRTC __RPC_FAR * This);
  123.         
  124.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Connect )( 
  125.             IRTC __RPC_FAR * This,
  126.             /* [in] */ HBLOB hInputBlob,
  127.             /* [in] */ LPVOID StatusCallbackProc,
  128.             /* [in] */ LPVOID FramesCallbackProc,
  129.             /* [in] */ LPVOID UserContext,
  130.             /* [out] */ HBLOB hErrorBlob);
  131.         
  132.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Disconnect )( 
  133.             IRTC __RPC_FAR * This);
  134.         
  135.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryStatus )( 
  136.             IRTC __RPC_FAR * This,
  137.             /* [out] */ NETWORKSTATUS __RPC_FAR *pNetworkStatus);
  138.         
  139.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Configure )( 
  140.             IRTC __RPC_FAR * This,
  141.             /* [in] */ HBLOB hConfigurationBlob,
  142.             /* [out] */ HBLOB hErrorBlob);
  143.         
  144.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Start )( 
  145.             IRTC __RPC_FAR * This);
  146.         
  147.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Pause )( 
  148.             IRTC __RPC_FAR * This);
  149.         
  150.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Resume )( 
  151.             IRTC __RPC_FAR * This);
  152.         
  153.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Stop )( 
  154.             IRTC __RPC_FAR * This);
  155.         
  156.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetControlState )( 
  157.             IRTC __RPC_FAR * This,
  158.             /* [out] */ BOOL __RPC_FAR *IsRunnning,
  159.             /* [out] */ BOOL __RPC_FAR *IsPaused);
  160.         
  161.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTotalStatistics )( 
  162.             IRTC __RPC_FAR * This,
  163.             /* [out] */ LPSTATISTICS lpStats,
  164.             /* [in] */ BOOL fClearAfterReading);
  165.         
  166.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetConversationStatistics )( 
  167.             IRTC __RPC_FAR * This,
  168.             /* [out] */ DWORD __RPC_FAR *nSessions,
  169.             /* [size_is][out] */ LPSESSIONSTATS lpSessionStats,
  170.             /* [out] */ DWORD __RPC_FAR *nStations,
  171.             /* [size_is][out] */ LPSTATIONSTATS lpStationStats,
  172.             /* [in] */ BOOL fClearAfterReading);
  173.         
  174.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *InsertSpecialFrame )( 
  175.             IRTC __RPC_FAR * This,
  176.             /* [in] */ DWORD FrameType,
  177.             /* [in] */ DWORD Flags,
  178.             /* [in] */ LPBYTE pUserData,
  179.             /* [in] */ DWORD UserDataLength);
  180.         
  181.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryStations )( 
  182.             IRTC __RPC_FAR * This,
  183.             /* [out][in] */ QUERYTABLE __RPC_FAR *lpQueryTable);
  184.         
  185.         END_INTERFACE
  186.     } IRTCVtbl;
  187.     interface IRTC
  188.     {
  189.         CONST_VTBL struct IRTCVtbl __RPC_FAR *lpVtbl;
  190.     };
  191.     
  192. #ifdef COBJMACROS
  193. #define IRTC_QueryInterface(This,riid,ppvObject)
  194.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  195. #define IRTC_AddRef(This)
  196.     (This)->lpVtbl -> AddRef(This)
  197. #define IRTC_Release(This)
  198.     (This)->lpVtbl -> Release(This)
  199. #define IRTC_Connect(This,hInputBlob,StatusCallbackProc,FramesCallbackProc,UserContext,hErrorBlob)
  200.     (This)->lpVtbl -> Connect(This,hInputBlob,StatusCallbackProc,FramesCallbackProc,UserContext,hErrorBlob)
  201. #define IRTC_Disconnect(This)
  202.     (This)->lpVtbl -> Disconnect(This)
  203. #define IRTC_QueryStatus(This,pNetworkStatus)
  204.     (This)->lpVtbl -> QueryStatus(This,pNetworkStatus)
  205. #define IRTC_Configure(This,hConfigurationBlob,hErrorBlob)
  206.     (This)->lpVtbl -> Configure(This,hConfigurationBlob,hErrorBlob)
  207. #define IRTC_Start(This)
  208.     (This)->lpVtbl -> Start(This)
  209. #define IRTC_Pause(This)
  210.     (This)->lpVtbl -> Pause(This)
  211. #define IRTC_Resume(This)
  212.     (This)->lpVtbl -> Resume(This)
  213. #define IRTC_Stop(This)
  214.     (This)->lpVtbl -> Stop(This)
  215. #define IRTC_GetControlState(This,IsRunnning,IsPaused)
  216.     (This)->lpVtbl -> GetControlState(This,IsRunnning,IsPaused)
  217. #define IRTC_GetTotalStatistics(This,lpStats,fClearAfterReading)
  218.     (This)->lpVtbl -> GetTotalStatistics(This,lpStats,fClearAfterReading)
  219. #define IRTC_GetConversationStatistics(This,nSessions,lpSessionStats,nStations,lpStationStats,fClearAfterReading)
  220.     (This)->lpVtbl -> GetConversationStatistics(This,nSessions,lpSessionStats,nStations,lpStationStats,fClearAfterReading)
  221. #define IRTC_InsertSpecialFrame(This,FrameType,Flags,pUserData,UserDataLength)
  222.     (This)->lpVtbl -> InsertSpecialFrame(This,FrameType,Flags,pUserData,UserDataLength)
  223. #define IRTC_QueryStations(This,lpQueryTable)
  224.     (This)->lpVtbl -> QueryStations(This,lpQueryTable)
  225. #endif /* COBJMACROS */
  226. #endif  /* C style interface */
  227. HRESULT STDMETHODCALLTYPE IRTC_Connect_Proxy( 
  228.     IRTC __RPC_FAR * This,
  229.     /* [in] */ HBLOB hInputBlob,
  230.     /* [in] */ LPVOID StatusCallbackProc,
  231.     /* [in] */ LPVOID FramesCallbackProc,
  232.     /* [in] */ LPVOID UserContext,
  233.     /* [out] */ HBLOB hErrorBlob);
  234. void __RPC_STUB IRTC_Connect_Stub(
  235.     IRpcStubBuffer *This,
  236.     IRpcChannelBuffer *_pRpcChannelBuffer,
  237.     PRPC_MESSAGE _pRpcMessage,
  238.     DWORD *_pdwStubPhase);
  239. HRESULT STDMETHODCALLTYPE IRTC_Disconnect_Proxy( 
  240.     IRTC __RPC_FAR * This);
  241. void __RPC_STUB IRTC_Disconnect_Stub(
  242.     IRpcStubBuffer *This,
  243.     IRpcChannelBuffer *_pRpcChannelBuffer,
  244.     PRPC_MESSAGE _pRpcMessage,
  245.     DWORD *_pdwStubPhase);
  246. HRESULT STDMETHODCALLTYPE IRTC_QueryStatus_Proxy( 
  247.     IRTC __RPC_FAR * This,
  248.     /* [out] */ NETWORKSTATUS __RPC_FAR *pNetworkStatus);
  249. void __RPC_STUB IRTC_QueryStatus_Stub(
  250.     IRpcStubBuffer *This,
  251.     IRpcChannelBuffer *_pRpcChannelBuffer,
  252.     PRPC_MESSAGE _pRpcMessage,
  253.     DWORD *_pdwStubPhase);
  254. HRESULT STDMETHODCALLTYPE IRTC_Configure_Proxy( 
  255.     IRTC __RPC_FAR * This,
  256.     /* [in] */ HBLOB hConfigurationBlob,
  257.     /* [out] */ HBLOB hErrorBlob);
  258. void __RPC_STUB IRTC_Configure_Stub(
  259.     IRpcStubBuffer *This,
  260.     IRpcChannelBuffer *_pRpcChannelBuffer,
  261.     PRPC_MESSAGE _pRpcMessage,
  262.     DWORD *_pdwStubPhase);
  263. HRESULT STDMETHODCALLTYPE IRTC_Start_Proxy( 
  264.     IRTC __RPC_FAR * This);
  265. void __RPC_STUB IRTC_Start_Stub(
  266.     IRpcStubBuffer *This,
  267.     IRpcChannelBuffer *_pRpcChannelBuffer,
  268.     PRPC_MESSAGE _pRpcMessage,
  269.     DWORD *_pdwStubPhase);
  270. HRESULT STDMETHODCALLTYPE IRTC_Pause_Proxy( 
  271.     IRTC __RPC_FAR * This);
  272. void __RPC_STUB IRTC_Pause_Stub(
  273.     IRpcStubBuffer *This,
  274.     IRpcChannelBuffer *_pRpcChannelBuffer,
  275.     PRPC_MESSAGE _pRpcMessage,
  276.     DWORD *_pdwStubPhase);
  277. HRESULT STDMETHODCALLTYPE IRTC_Resume_Proxy( 
  278.     IRTC __RPC_FAR * This);
  279. void __RPC_STUB IRTC_Resume_Stub(
  280.     IRpcStubBuffer *This,
  281.     IRpcChannelBuffer *_pRpcChannelBuffer,
  282.     PRPC_MESSAGE _pRpcMessage,
  283.     DWORD *_pdwStubPhase);
  284. HRESULT STDMETHODCALLTYPE IRTC_Stop_Proxy( 
  285.     IRTC __RPC_FAR * This);
  286. void __RPC_STUB IRTC_Stop_Stub(
  287.     IRpcStubBuffer *This,
  288.     IRpcChannelBuffer *_pRpcChannelBuffer,
  289.     PRPC_MESSAGE _pRpcMessage,
  290.     DWORD *_pdwStubPhase);
  291. HRESULT STDMETHODCALLTYPE IRTC_GetControlState_Proxy( 
  292.     IRTC __RPC_FAR * This,
  293.     /* [out] */ BOOL __RPC_FAR *IsRunnning,
  294.     /* [out] */ BOOL __RPC_FAR *IsPaused);
  295. void __RPC_STUB IRTC_GetControlState_Stub(
  296.     IRpcStubBuffer *This,
  297.     IRpcChannelBuffer *_pRpcChannelBuffer,
  298.     PRPC_MESSAGE _pRpcMessage,
  299.     DWORD *_pdwStubPhase);
  300. HRESULT STDMETHODCALLTYPE IRTC_GetTotalStatistics_Proxy( 
  301.     IRTC __RPC_FAR * This,
  302.     /* [out] */ LPSTATISTICS lpStats,
  303.     /* [in] */ BOOL fClearAfterReading);
  304. void __RPC_STUB IRTC_GetTotalStatistics_Stub(
  305.     IRpcStubBuffer *This,
  306.     IRpcChannelBuffer *_pRpcChannelBuffer,
  307.     PRPC_MESSAGE _pRpcMessage,
  308.     DWORD *_pdwStubPhase);
  309. HRESULT STDMETHODCALLTYPE IRTC_GetConversationStatistics_Proxy( 
  310.     IRTC __RPC_FAR * This,
  311.     /* [out] */ DWORD __RPC_FAR *nSessions,
  312.     /* [size_is][out] */ LPSESSIONSTATS lpSessionStats,
  313.     /* [out] */ DWORD __RPC_FAR *nStations,
  314.     /* [size_is][out] */ LPSTATIONSTATS lpStationStats,
  315.     /* [in] */ BOOL fClearAfterReading);
  316. void __RPC_STUB IRTC_GetConversationStatistics_Stub(
  317.     IRpcStubBuffer *This,
  318.     IRpcChannelBuffer *_pRpcChannelBuffer,
  319.     PRPC_MESSAGE _pRpcMessage,
  320.     DWORD *_pdwStubPhase);
  321. HRESULT STDMETHODCALLTYPE IRTC_InsertSpecialFrame_Proxy( 
  322.     IRTC __RPC_FAR * This,
  323.     /* [in] */ DWORD FrameType,
  324.     /* [in] */ DWORD Flags,
  325.     /* [in] */ LPBYTE pUserData,
  326.     /* [in] */ DWORD UserDataLength);
  327. void __RPC_STUB IRTC_InsertSpecialFrame_Stub(
  328.     IRpcStubBuffer *This,
  329.     IRpcChannelBuffer *_pRpcChannelBuffer,
  330.     PRPC_MESSAGE _pRpcMessage,
  331.     DWORD *_pdwStubPhase);
  332. HRESULT STDMETHODCALLTYPE IRTC_QueryStations_Proxy( 
  333.     IRTC __RPC_FAR * This,
  334.     /* [out][in] */ QUERYTABLE __RPC_FAR *lpQueryTable);
  335. void __RPC_STUB IRTC_QueryStations_Stub(
  336.     IRpcStubBuffer *This,
  337.     IRpcChannelBuffer *_pRpcChannelBuffer,
  338.     PRPC_MESSAGE _pRpcMessage,
  339.     DWORD *_pdwStubPhase);
  340. #endif  /* __IRTC_INTERFACE_DEFINED__ */
  341. /* Additional Prototypes for ALL interfaces */
  342. /* end of Additional Prototypes */
  343. #ifdef __cplusplus
  344. }
  345. #endif
  346. #endif