istats.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:20 1999
  5.  */
  6. /* Compiler settings for istats.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 __istats_h__
  28. #define __istats_h__
  29. /* Forward Declarations */ 
  30. #ifndef __IStats_FWD_DEFINED__
  31. #define __IStats_FWD_DEFINED__
  32. typedef interface IStats IStats;
  33. #endif  /* __IStats_FWD_DEFINED__ */
  34. /* header files for imported files */
  35. #include "NPPTypes.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. #ifndef __IStats_INTERFACE_DEFINED__
  42. #define __IStats_INTERFACE_DEFINED__
  43. /* interface IStats */
  44. /* [local][unique][uuid][object] */ 
  45. EXTERN_C const IID IID_IStats;
  46. #if defined(__cplusplus) && !defined(CINTERFACE)
  47.     
  48.     MIDL_INTERFACE("944AD530-B09D-11ce-B59C-00AA006CB37D")
  49.     IStats : public IUnknown
  50.     {
  51.     public:
  52.         virtual HRESULT STDMETHODCALLTYPE Connect( 
  53.             /* [in] */ HBLOB hInputBlob,
  54.             /* [in] */ LPVOID StatusCallbackProc,
  55.             /* [in] */ LPVOID UserContext,
  56.             /* [out] */ HBLOB hErrorBlob) = 0;
  57.         
  58.         virtual HRESULT STDMETHODCALLTYPE Disconnect( void) = 0;
  59.         
  60.         virtual HRESULT STDMETHODCALLTYPE QueryStatus( 
  61.             /* [out] */ NETWORKSTATUS __RPC_FAR *pNetworkStatus) = 0;
  62.         
  63.         virtual HRESULT STDMETHODCALLTYPE Configure( 
  64.             /* [in] */ HBLOB hConfigurationBlob,
  65.             /* [out] */ HBLOB hErrorBlob) = 0;
  66.         
  67.         virtual HRESULT STDMETHODCALLTYPE Start( void) = 0;
  68.         
  69.         virtual HRESULT STDMETHODCALLTYPE Pause( void) = 0;
  70.         
  71.         virtual HRESULT STDMETHODCALLTYPE Resume( void) = 0;
  72.         
  73.         virtual HRESULT STDMETHODCALLTYPE Stop( void) = 0;
  74.         
  75.         virtual HRESULT STDMETHODCALLTYPE GetControlState( 
  76.             /* [out] */ BOOL __RPC_FAR *IsRunnning,
  77.             /* [out] */ BOOL __RPC_FAR *IsPaused) = 0;
  78.         
  79.         virtual HRESULT STDMETHODCALLTYPE GetTotalStatistics( 
  80.             /* [out] */ LPSTATISTICS lpStats,
  81.             /* [in] */ BOOL fClearAfterReading) = 0;
  82.         
  83.         virtual HRESULT STDMETHODCALLTYPE GetConversationStatistics( 
  84.             /* [out] */ DWORD __RPC_FAR *nSessions,
  85.             /* [size_is][out] */ LPSESSIONSTATS lpSessionStats,
  86.             /* [out] */ DWORD __RPC_FAR *nStations,
  87.             /* [size_is][out] */ LPSTATIONSTATS lpStationStats,
  88.             /* [in] */ BOOL fClearAfterReading) = 0;
  89.         
  90.         virtual HRESULT STDMETHODCALLTYPE InsertSpecialFrame( 
  91.             /* [in] */ DWORD FrameType,
  92.             /* [in] */ DWORD Flags,
  93.             /* [in] */ LPBYTE pUserData,
  94.             /* [in] */ DWORD UserDataLength) = 0;
  95.         
  96.         virtual HRESULT STDMETHODCALLTYPE QueryStations( 
  97.             /* [out][in] */ QUERYTABLE __RPC_FAR *lpQueryTable) = 0;
  98.         
  99.     };
  100.     
  101. #else  /* C style interface */
  102.     typedef struct IStatsVtbl
  103.     {
  104.         BEGIN_INTERFACE
  105.         
  106.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  107.             IStats __RPC_FAR * This,
  108.             /* [in] */ REFIID riid,
  109.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  110.         
  111.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  112.             IStats __RPC_FAR * This);
  113.         
  114.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  115.             IStats __RPC_FAR * This);
  116.         
  117.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Connect )( 
  118.             IStats __RPC_FAR * This,
  119.             /* [in] */ HBLOB hInputBlob,
  120.             /* [in] */ LPVOID StatusCallbackProc,
  121.             /* [in] */ LPVOID UserContext,
  122.             /* [out] */ HBLOB hErrorBlob);
  123.         
  124.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Disconnect )( 
  125.             IStats __RPC_FAR * This);
  126.         
  127.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryStatus )( 
  128.             IStats __RPC_FAR * This,
  129.             /* [out] */ NETWORKSTATUS __RPC_FAR *pNetworkStatus);
  130.         
  131.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Configure )( 
  132.             IStats __RPC_FAR * This,
  133.             /* [in] */ HBLOB hConfigurationBlob,
  134.             /* [out] */ HBLOB hErrorBlob);
  135.         
  136.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Start )( 
  137.             IStats __RPC_FAR * This);
  138.         
  139.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Pause )( 
  140.             IStats __RPC_FAR * This);
  141.         
  142.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Resume )( 
  143.             IStats __RPC_FAR * This);
  144.         
  145.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Stop )( 
  146.             IStats __RPC_FAR * This);
  147.         
  148.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetControlState )( 
  149.             IStats __RPC_FAR * This,
  150.             /* [out] */ BOOL __RPC_FAR *IsRunnning,
  151.             /* [out] */ BOOL __RPC_FAR *IsPaused);
  152.         
  153.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTotalStatistics )( 
  154.             IStats __RPC_FAR * This,
  155.             /* [out] */ LPSTATISTICS lpStats,
  156.             /* [in] */ BOOL fClearAfterReading);
  157.         
  158.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetConversationStatistics )( 
  159.             IStats __RPC_FAR * This,
  160.             /* [out] */ DWORD __RPC_FAR *nSessions,
  161.             /* [size_is][out] */ LPSESSIONSTATS lpSessionStats,
  162.             /* [out] */ DWORD __RPC_FAR *nStations,
  163.             /* [size_is][out] */ LPSTATIONSTATS lpStationStats,
  164.             /* [in] */ BOOL fClearAfterReading);
  165.         
  166.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *InsertSpecialFrame )( 
  167.             IStats __RPC_FAR * This,
  168.             /* [in] */ DWORD FrameType,
  169.             /* [in] */ DWORD Flags,
  170.             /* [in] */ LPBYTE pUserData,
  171.             /* [in] */ DWORD UserDataLength);
  172.         
  173.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryStations )( 
  174.             IStats __RPC_FAR * This,
  175.             /* [out][in] */ QUERYTABLE __RPC_FAR *lpQueryTable);
  176.         
  177.         END_INTERFACE
  178.     } IStatsVtbl;
  179.     interface IStats
  180.     {
  181.         CONST_VTBL struct IStatsVtbl __RPC_FAR *lpVtbl;
  182.     };
  183.     
  184. #ifdef COBJMACROS
  185. #define IStats_QueryInterface(This,riid,ppvObject)
  186.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  187. #define IStats_AddRef(This)
  188.     (This)->lpVtbl -> AddRef(This)
  189. #define IStats_Release(This)
  190.     (This)->lpVtbl -> Release(This)
  191. #define IStats_Connect(This,hInputBlob,StatusCallbackProc,UserContext,hErrorBlob)
  192.     (This)->lpVtbl -> Connect(This,hInputBlob,StatusCallbackProc,UserContext,hErrorBlob)
  193. #define IStats_Disconnect(This)
  194.     (This)->lpVtbl -> Disconnect(This)
  195. #define IStats_QueryStatus(This,pNetworkStatus)
  196.     (This)->lpVtbl -> QueryStatus(This,pNetworkStatus)
  197. #define IStats_Configure(This,hConfigurationBlob,hErrorBlob)
  198.     (This)->lpVtbl -> Configure(This,hConfigurationBlob,hErrorBlob)
  199. #define IStats_Start(This)
  200.     (This)->lpVtbl -> Start(This)
  201. #define IStats_Pause(This)
  202.     (This)->lpVtbl -> Pause(This)
  203. #define IStats_Resume(This)
  204.     (This)->lpVtbl -> Resume(This)
  205. #define IStats_Stop(This)
  206.     (This)->lpVtbl -> Stop(This)
  207. #define IStats_GetControlState(This,IsRunnning,IsPaused)
  208.     (This)->lpVtbl -> GetControlState(This,IsRunnning,IsPaused)
  209. #define IStats_GetTotalStatistics(This,lpStats,fClearAfterReading)
  210.     (This)->lpVtbl -> GetTotalStatistics(This,lpStats,fClearAfterReading)
  211. #define IStats_GetConversationStatistics(This,nSessions,lpSessionStats,nStations,lpStationStats,fClearAfterReading)
  212.     (This)->lpVtbl -> GetConversationStatistics(This,nSessions,lpSessionStats,nStations,lpStationStats,fClearAfterReading)
  213. #define IStats_InsertSpecialFrame(This,FrameType,Flags,pUserData,UserDataLength)
  214.     (This)->lpVtbl -> InsertSpecialFrame(This,FrameType,Flags,pUserData,UserDataLength)
  215. #define IStats_QueryStations(This,lpQueryTable)
  216.     (This)->lpVtbl -> QueryStations(This,lpQueryTable)
  217. #endif /* COBJMACROS */
  218. #endif  /* C style interface */
  219. HRESULT STDMETHODCALLTYPE IStats_Connect_Proxy( 
  220.     IStats __RPC_FAR * This,
  221.     /* [in] */ HBLOB hInputBlob,
  222.     /* [in] */ LPVOID StatusCallbackProc,
  223.     /* [in] */ LPVOID UserContext,
  224.     /* [out] */ HBLOB hErrorBlob);
  225. void __RPC_STUB IStats_Connect_Stub(
  226.     IRpcStubBuffer *This,
  227.     IRpcChannelBuffer *_pRpcChannelBuffer,
  228.     PRPC_MESSAGE _pRpcMessage,
  229.     DWORD *_pdwStubPhase);
  230. HRESULT STDMETHODCALLTYPE IStats_Disconnect_Proxy( 
  231.     IStats __RPC_FAR * This);
  232. void __RPC_STUB IStats_Disconnect_Stub(
  233.     IRpcStubBuffer *This,
  234.     IRpcChannelBuffer *_pRpcChannelBuffer,
  235.     PRPC_MESSAGE _pRpcMessage,
  236.     DWORD *_pdwStubPhase);
  237. HRESULT STDMETHODCALLTYPE IStats_QueryStatus_Proxy( 
  238.     IStats __RPC_FAR * This,
  239.     /* [out] */ NETWORKSTATUS __RPC_FAR *pNetworkStatus);
  240. void __RPC_STUB IStats_QueryStatus_Stub(
  241.     IRpcStubBuffer *This,
  242.     IRpcChannelBuffer *_pRpcChannelBuffer,
  243.     PRPC_MESSAGE _pRpcMessage,
  244.     DWORD *_pdwStubPhase);
  245. HRESULT STDMETHODCALLTYPE IStats_Configure_Proxy( 
  246.     IStats __RPC_FAR * This,
  247.     /* [in] */ HBLOB hConfigurationBlob,
  248.     /* [out] */ HBLOB hErrorBlob);
  249. void __RPC_STUB IStats_Configure_Stub(
  250.     IRpcStubBuffer *This,
  251.     IRpcChannelBuffer *_pRpcChannelBuffer,
  252.     PRPC_MESSAGE _pRpcMessage,
  253.     DWORD *_pdwStubPhase);
  254. HRESULT STDMETHODCALLTYPE IStats_Start_Proxy( 
  255.     IStats __RPC_FAR * This);
  256. void __RPC_STUB IStats_Start_Stub(
  257.     IRpcStubBuffer *This,
  258.     IRpcChannelBuffer *_pRpcChannelBuffer,
  259.     PRPC_MESSAGE _pRpcMessage,
  260.     DWORD *_pdwStubPhase);
  261. HRESULT STDMETHODCALLTYPE IStats_Pause_Proxy( 
  262.     IStats __RPC_FAR * This);
  263. void __RPC_STUB IStats_Pause_Stub(
  264.     IRpcStubBuffer *This,
  265.     IRpcChannelBuffer *_pRpcChannelBuffer,
  266.     PRPC_MESSAGE _pRpcMessage,
  267.     DWORD *_pdwStubPhase);
  268. HRESULT STDMETHODCALLTYPE IStats_Resume_Proxy( 
  269.     IStats __RPC_FAR * This);
  270. void __RPC_STUB IStats_Resume_Stub(
  271.     IRpcStubBuffer *This,
  272.     IRpcChannelBuffer *_pRpcChannelBuffer,
  273.     PRPC_MESSAGE _pRpcMessage,
  274.     DWORD *_pdwStubPhase);
  275. HRESULT STDMETHODCALLTYPE IStats_Stop_Proxy( 
  276.     IStats __RPC_FAR * This);
  277. void __RPC_STUB IStats_Stop_Stub(
  278.     IRpcStubBuffer *This,
  279.     IRpcChannelBuffer *_pRpcChannelBuffer,
  280.     PRPC_MESSAGE _pRpcMessage,
  281.     DWORD *_pdwStubPhase);
  282. HRESULT STDMETHODCALLTYPE IStats_GetControlState_Proxy( 
  283.     IStats __RPC_FAR * This,
  284.     /* [out] */ BOOL __RPC_FAR *IsRunnning,
  285.     /* [out] */ BOOL __RPC_FAR *IsPaused);
  286. void __RPC_STUB IStats_GetControlState_Stub(
  287.     IRpcStubBuffer *This,
  288.     IRpcChannelBuffer *_pRpcChannelBuffer,
  289.     PRPC_MESSAGE _pRpcMessage,
  290.     DWORD *_pdwStubPhase);
  291. HRESULT STDMETHODCALLTYPE IStats_GetTotalStatistics_Proxy( 
  292.     IStats __RPC_FAR * This,
  293.     /* [out] */ LPSTATISTICS lpStats,
  294.     /* [in] */ BOOL fClearAfterReading);
  295. void __RPC_STUB IStats_GetTotalStatistics_Stub(
  296.     IRpcStubBuffer *This,
  297.     IRpcChannelBuffer *_pRpcChannelBuffer,
  298.     PRPC_MESSAGE _pRpcMessage,
  299.     DWORD *_pdwStubPhase);
  300. HRESULT STDMETHODCALLTYPE IStats_GetConversationStatistics_Proxy( 
  301.     IStats __RPC_FAR * This,
  302.     /* [out] */ DWORD __RPC_FAR *nSessions,
  303.     /* [size_is][out] */ LPSESSIONSTATS lpSessionStats,
  304.     /* [out] */ DWORD __RPC_FAR *nStations,
  305.     /* [size_is][out] */ LPSTATIONSTATS lpStationStats,
  306.     /* [in] */ BOOL fClearAfterReading);
  307. void __RPC_STUB IStats_GetConversationStatistics_Stub(
  308.     IRpcStubBuffer *This,
  309.     IRpcChannelBuffer *_pRpcChannelBuffer,
  310.     PRPC_MESSAGE _pRpcMessage,
  311.     DWORD *_pdwStubPhase);
  312. HRESULT STDMETHODCALLTYPE IStats_InsertSpecialFrame_Proxy( 
  313.     IStats __RPC_FAR * This,
  314.     /* [in] */ DWORD FrameType,
  315.     /* [in] */ DWORD Flags,
  316.     /* [in] */ LPBYTE pUserData,
  317.     /* [in] */ DWORD UserDataLength);
  318. void __RPC_STUB IStats_InsertSpecialFrame_Stub(
  319.     IRpcStubBuffer *This,
  320.     IRpcChannelBuffer *_pRpcChannelBuffer,
  321.     PRPC_MESSAGE _pRpcMessage,
  322.     DWORD *_pdwStubPhase);
  323. HRESULT STDMETHODCALLTYPE IStats_QueryStations_Proxy( 
  324.     IStats __RPC_FAR * This,
  325.     /* [out][in] */ QUERYTABLE __RPC_FAR *lpQueryTable);
  326. void __RPC_STUB IStats_QueryStations_Stub(
  327.     IRpcStubBuffer *This,
  328.     IRpcChannelBuffer *_pRpcChannelBuffer,
  329.     PRPC_MESSAGE _pRpcMessage,
  330.     DWORD *_pdwStubPhase);
  331. #endif  /* __IStats_INTERFACE_DEFINED__ */
  332. /* Additional Prototypes for ALL interfaces */
  333. /* end of Additional Prototypes */
  334. #ifdef __cplusplus
  335. }
  336. #endif
  337. #endif