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

模拟服务器

开发平台:

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 6.00.0347 */
  4. /* Compiler settings for bidispl.idl:
  5.     Oicf, W1, Zp8, env=Win32 (32b run)
  6.     protocol : dce , ms_ext, c_ext, robust
  7.     error checks: allocation ref bounds_check enum stub_data 
  8.     VC __declspec() decoration level: 
  9.          __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  10.          DECLSPEC_UUID(), MIDL_INTERFACE()
  11. */
  12. //@@MIDL_FILE_HEADING(  )
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef COM_NO_WINDOWS_H
  23. #include "windows.h"
  24. #include "ole2.h"
  25. #endif /*COM_NO_WINDOWS_H*/
  26. #ifndef __bidispl_h__
  27. #define __bidispl_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */ 
  32. #ifndef __IBidiRequest_FWD_DEFINED__
  33. #define __IBidiRequest_FWD_DEFINED__
  34. typedef interface IBidiRequest IBidiRequest;
  35. #endif  /* __IBidiRequest_FWD_DEFINED__ */
  36. #ifndef __IBidiRequestContainer_FWD_DEFINED__
  37. #define __IBidiRequestContainer_FWD_DEFINED__
  38. typedef interface IBidiRequestContainer IBidiRequestContainer;
  39. #endif  /* __IBidiRequestContainer_FWD_DEFINED__ */
  40. #ifndef __IBidiSpl_FWD_DEFINED__
  41. #define __IBidiSpl_FWD_DEFINED__
  42. typedef interface IBidiSpl IBidiSpl;
  43. #endif  /* __IBidiSpl_FWD_DEFINED__ */
  44. #ifndef __BidiRequest_FWD_DEFINED__
  45. #define __BidiRequest_FWD_DEFINED__
  46. #ifdef __cplusplus
  47. typedef class BidiRequest BidiRequest;
  48. #else
  49. typedef struct BidiRequest BidiRequest;
  50. #endif /* __cplusplus */
  51. #endif  /* __BidiRequest_FWD_DEFINED__ */
  52. #ifndef __BidiRequestContainer_FWD_DEFINED__
  53. #define __BidiRequestContainer_FWD_DEFINED__
  54. #ifdef __cplusplus
  55. typedef class BidiRequestContainer BidiRequestContainer;
  56. #else
  57. typedef struct BidiRequestContainer BidiRequestContainer;
  58. #endif /* __cplusplus */
  59. #endif  /* __BidiRequestContainer_FWD_DEFINED__ */
  60. #ifndef __BidiSpl_FWD_DEFINED__
  61. #define __BidiSpl_FWD_DEFINED__
  62. #ifdef __cplusplus
  63. typedef class BidiSpl BidiSpl;
  64. #else
  65. typedef struct BidiSpl BidiSpl;
  66. #endif /* __cplusplus */
  67. #endif  /* __BidiSpl_FWD_DEFINED__ */
  68. /* header files for imported files */
  69. #include "oaidl.h"
  70. #include "ocidl.h"
  71. #ifdef __cplusplus
  72. extern "C"{
  73. #endif 
  74. void * __RPC_USER MIDL_user_allocate(size_t);
  75. void __RPC_USER MIDL_user_free( void * ); 
  76. #ifndef __IBidiRequest_INTERFACE_DEFINED__
  77. #define __IBidiRequest_INTERFACE_DEFINED__
  78. /* interface IBidiRequest */
  79. /* [unique][helpstring][uuid][object] */ 
  80. EXTERN_C const IID IID_IBidiRequest;
  81. #if defined(__cplusplus) && !defined(CINTERFACE)
  82.     
  83.     MIDL_INTERFACE("8F348BD7-4B47-4755-8A9D-0F422DF3DC89")
  84.     IBidiRequest : public IUnknown
  85.     {
  86.     public:
  87.         virtual HRESULT STDMETHODCALLTYPE SetSchema( 
  88.             /* [in] */ const LPCWSTR pszSchema) = 0;
  89.         
  90.         virtual HRESULT STDMETHODCALLTYPE SetInputData( 
  91.             /* [in] */ const DWORD dwType,
  92.             /* [in] */ const BYTE *pData,
  93.             /* [in] */ const UINT uSize) = 0;
  94.         
  95.         virtual HRESULT STDMETHODCALLTYPE GetResult( 
  96.             /* [out] */ HRESULT *phr) = 0;
  97.         
  98.         virtual HRESULT STDMETHODCALLTYPE GetOutputData( 
  99.             /* [in] */ const DWORD dwIndex,
  100.             /* [out] */ LPWSTR *ppszSchema,
  101.             /* [out] */ DWORD *pdwType,
  102.             /* [out] */ BYTE **ppData,
  103.             /* [out] */ ULONG *uSize) = 0;
  104.         
  105.         virtual HRESULT STDMETHODCALLTYPE GetEnumCount( 
  106.             /* [out] */ DWORD *pdwTotal) = 0;
  107.         
  108.     };
  109.     
  110. #else  /* C style interface */
  111.     typedef struct IBidiRequestVtbl
  112.     {
  113.         BEGIN_INTERFACE
  114.         
  115.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  116.             IBidiRequest * This,
  117.             /* [in] */ REFIID riid,
  118.             /* [iid_is][out] */ void **ppvObject);
  119.         
  120.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  121.             IBidiRequest * This);
  122.         
  123.         ULONG ( STDMETHODCALLTYPE *Release )( 
  124.             IBidiRequest * This);
  125.         
  126.         HRESULT ( STDMETHODCALLTYPE *SetSchema )( 
  127.             IBidiRequest * This,
  128.             /* [in] */ const LPCWSTR pszSchema);
  129.         
  130.         HRESULT ( STDMETHODCALLTYPE *SetInputData )( 
  131.             IBidiRequest * This,
  132.             /* [in] */ const DWORD dwType,
  133.             /* [in] */ const BYTE *pData,
  134.             /* [in] */ const UINT uSize);
  135.         
  136.         HRESULT ( STDMETHODCALLTYPE *GetResult )( 
  137.             IBidiRequest * This,
  138.             /* [out] */ HRESULT *phr);
  139.         
  140.         HRESULT ( STDMETHODCALLTYPE *GetOutputData )( 
  141.             IBidiRequest * This,
  142.             /* [in] */ const DWORD dwIndex,
  143.             /* [out] */ LPWSTR *ppszSchema,
  144.             /* [out] */ DWORD *pdwType,
  145.             /* [out] */ BYTE **ppData,
  146.             /* [out] */ ULONG *uSize);
  147.         
  148.         HRESULT ( STDMETHODCALLTYPE *GetEnumCount )( 
  149.             IBidiRequest * This,
  150.             /* [out] */ DWORD *pdwTotal);
  151.         
  152.         END_INTERFACE
  153.     } IBidiRequestVtbl;
  154.     interface IBidiRequest
  155.     {
  156.         CONST_VTBL struct IBidiRequestVtbl *lpVtbl;
  157.     };
  158.     
  159. #ifdef COBJMACROS
  160. #define IBidiRequest_QueryInterface(This,riid,ppvObject)
  161.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  162. #define IBidiRequest_AddRef(This)
  163.     (This)->lpVtbl -> AddRef(This)
  164. #define IBidiRequest_Release(This)
  165.     (This)->lpVtbl -> Release(This)
  166. #define IBidiRequest_SetSchema(This,pszSchema)
  167.     (This)->lpVtbl -> SetSchema(This,pszSchema)
  168. #define IBidiRequest_SetInputData(This,dwType,pData,uSize)
  169.     (This)->lpVtbl -> SetInputData(This,dwType,pData,uSize)
  170. #define IBidiRequest_GetResult(This,phr)
  171.     (This)->lpVtbl -> GetResult(This,phr)
  172. #define IBidiRequest_GetOutputData(This,dwIndex,ppszSchema,pdwType,ppData,uSize)
  173.     (This)->lpVtbl -> GetOutputData(This,dwIndex,ppszSchema,pdwType,ppData,uSize)
  174. #define IBidiRequest_GetEnumCount(This,pdwTotal)
  175.     (This)->lpVtbl -> GetEnumCount(This,pdwTotal)
  176. #endif /* COBJMACROS */
  177. #endif  /* C style interface */
  178. HRESULT STDMETHODCALLTYPE IBidiRequest_SetSchema_Proxy( 
  179.     IBidiRequest * This,
  180.     /* [in] */ const LPCWSTR pszSchema);
  181. void __RPC_STUB IBidiRequest_SetSchema_Stub(
  182.     IRpcStubBuffer *This,
  183.     IRpcChannelBuffer *_pRpcChannelBuffer,
  184.     PRPC_MESSAGE _pRpcMessage,
  185.     DWORD *_pdwStubPhase);
  186. HRESULT STDMETHODCALLTYPE IBidiRequest_SetInputData_Proxy( 
  187.     IBidiRequest * This,
  188.     /* [in] */ const DWORD dwType,
  189.     /* [in] */ const BYTE *pData,
  190.     /* [in] */ const UINT uSize);
  191. void __RPC_STUB IBidiRequest_SetInputData_Stub(
  192.     IRpcStubBuffer *This,
  193.     IRpcChannelBuffer *_pRpcChannelBuffer,
  194.     PRPC_MESSAGE _pRpcMessage,
  195.     DWORD *_pdwStubPhase);
  196. HRESULT STDMETHODCALLTYPE IBidiRequest_GetResult_Proxy( 
  197.     IBidiRequest * This,
  198.     /* [out] */ HRESULT *phr);
  199. void __RPC_STUB IBidiRequest_GetResult_Stub(
  200.     IRpcStubBuffer *This,
  201.     IRpcChannelBuffer *_pRpcChannelBuffer,
  202.     PRPC_MESSAGE _pRpcMessage,
  203.     DWORD *_pdwStubPhase);
  204. HRESULT STDMETHODCALLTYPE IBidiRequest_GetOutputData_Proxy( 
  205.     IBidiRequest * This,
  206.     /* [in] */ const DWORD dwIndex,
  207.     /* [out] */ LPWSTR *ppszSchema,
  208.     /* [out] */ DWORD *pdwType,
  209.     /* [out] */ BYTE **ppData,
  210.     /* [out] */ ULONG *uSize);
  211. void __RPC_STUB IBidiRequest_GetOutputData_Stub(
  212.     IRpcStubBuffer *This,
  213.     IRpcChannelBuffer *_pRpcChannelBuffer,
  214.     PRPC_MESSAGE _pRpcMessage,
  215.     DWORD *_pdwStubPhase);
  216. HRESULT STDMETHODCALLTYPE IBidiRequest_GetEnumCount_Proxy( 
  217.     IBidiRequest * This,
  218.     /* [out] */ DWORD *pdwTotal);
  219. void __RPC_STUB IBidiRequest_GetEnumCount_Stub(
  220.     IRpcStubBuffer *This,
  221.     IRpcChannelBuffer *_pRpcChannelBuffer,
  222.     PRPC_MESSAGE _pRpcMessage,
  223.     DWORD *_pdwStubPhase);
  224. #endif  /* __IBidiRequest_INTERFACE_DEFINED__ */
  225. #ifndef __IBidiRequestContainer_INTERFACE_DEFINED__
  226. #define __IBidiRequestContainer_INTERFACE_DEFINED__
  227. /* interface IBidiRequestContainer */
  228. /* [unique][helpstring][uuid][object] */ 
  229. EXTERN_C const IID IID_IBidiRequestContainer;
  230. #if defined(__cplusplus) && !defined(CINTERFACE)
  231.     
  232.     MIDL_INTERFACE("D752F6C0-94A8-4275-A77D-8F1D1A1121AE")
  233.     IBidiRequestContainer : public IUnknown
  234.     {
  235.     public:
  236.         virtual HRESULT STDMETHODCALLTYPE AddRequest( 
  237.             /* [in] */ IBidiRequest *pRequest) = 0;
  238.         
  239.         virtual HRESULT STDMETHODCALLTYPE GetEnumObject( 
  240.             /* [out] */ IEnumUnknown **ppenum) = 0;
  241.         
  242.         virtual HRESULT STDMETHODCALLTYPE GetRequestCount( 
  243.             /* [out] */ ULONG *puCount) = 0;
  244.         
  245.     };
  246.     
  247. #else  /* C style interface */
  248.     typedef struct IBidiRequestContainerVtbl
  249.     {
  250.         BEGIN_INTERFACE
  251.         
  252.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  253.             IBidiRequestContainer * This,
  254.             /* [in] */ REFIID riid,
  255.             /* [iid_is][out] */ void **ppvObject);
  256.         
  257.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  258.             IBidiRequestContainer * This);
  259.         
  260.         ULONG ( STDMETHODCALLTYPE *Release )( 
  261.             IBidiRequestContainer * This);
  262.         
  263.         HRESULT ( STDMETHODCALLTYPE *AddRequest )( 
  264.             IBidiRequestContainer * This,
  265.             /* [in] */ IBidiRequest *pRequest);
  266.         
  267.         HRESULT ( STDMETHODCALLTYPE *GetEnumObject )( 
  268.             IBidiRequestContainer * This,
  269.             /* [out] */ IEnumUnknown **ppenum);
  270.         
  271.         HRESULT ( STDMETHODCALLTYPE *GetRequestCount )( 
  272.             IBidiRequestContainer * This,
  273.             /* [out] */ ULONG *puCount);
  274.         
  275.         END_INTERFACE
  276.     } IBidiRequestContainerVtbl;
  277.     interface IBidiRequestContainer
  278.     {
  279.         CONST_VTBL struct IBidiRequestContainerVtbl *lpVtbl;
  280.     };
  281.     
  282. #ifdef COBJMACROS
  283. #define IBidiRequestContainer_QueryInterface(This,riid,ppvObject)
  284.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  285. #define IBidiRequestContainer_AddRef(This)
  286.     (This)->lpVtbl -> AddRef(This)
  287. #define IBidiRequestContainer_Release(This)
  288.     (This)->lpVtbl -> Release(This)
  289. #define IBidiRequestContainer_AddRequest(This,pRequest)
  290.     (This)->lpVtbl -> AddRequest(This,pRequest)
  291. #define IBidiRequestContainer_GetEnumObject(This,ppenum)
  292.     (This)->lpVtbl -> GetEnumObject(This,ppenum)
  293. #define IBidiRequestContainer_GetRequestCount(This,puCount)
  294.     (This)->lpVtbl -> GetRequestCount(This,puCount)
  295. #endif /* COBJMACROS */
  296. #endif  /* C style interface */
  297. HRESULT STDMETHODCALLTYPE IBidiRequestContainer_AddRequest_Proxy( 
  298.     IBidiRequestContainer * This,
  299.     /* [in] */ IBidiRequest *pRequest);
  300. void __RPC_STUB IBidiRequestContainer_AddRequest_Stub(
  301.     IRpcStubBuffer *This,
  302.     IRpcChannelBuffer *_pRpcChannelBuffer,
  303.     PRPC_MESSAGE _pRpcMessage,
  304.     DWORD *_pdwStubPhase);
  305. HRESULT STDMETHODCALLTYPE IBidiRequestContainer_GetEnumObject_Proxy( 
  306.     IBidiRequestContainer * This,
  307.     /* [out] */ IEnumUnknown **ppenum);
  308. void __RPC_STUB IBidiRequestContainer_GetEnumObject_Stub(
  309.     IRpcStubBuffer *This,
  310.     IRpcChannelBuffer *_pRpcChannelBuffer,
  311.     PRPC_MESSAGE _pRpcMessage,
  312.     DWORD *_pdwStubPhase);
  313. HRESULT STDMETHODCALLTYPE IBidiRequestContainer_GetRequestCount_Proxy( 
  314.     IBidiRequestContainer * This,
  315.     /* [out] */ ULONG *puCount);
  316. void __RPC_STUB IBidiRequestContainer_GetRequestCount_Stub(
  317.     IRpcStubBuffer *This,
  318.     IRpcChannelBuffer *_pRpcChannelBuffer,
  319.     PRPC_MESSAGE _pRpcMessage,
  320.     DWORD *_pdwStubPhase);
  321. #endif  /* __IBidiRequestContainer_INTERFACE_DEFINED__ */
  322. #ifndef __IBidiSpl_INTERFACE_DEFINED__
  323. #define __IBidiSpl_INTERFACE_DEFINED__
  324. /* interface IBidiSpl */
  325. /* [unique][helpstring][uuid][object] */ 
  326. EXTERN_C const IID IID_IBidiSpl;
  327. #if defined(__cplusplus) && !defined(CINTERFACE)
  328.     
  329.     MIDL_INTERFACE("D580DC0E-DE39-4649-BAA8-BF0B85A03A97")
  330.     IBidiSpl : public IUnknown
  331.     {
  332.     public:
  333.         virtual HRESULT STDMETHODCALLTYPE BindDevice( 
  334.             /* [in] */ const LPCWSTR pszDeviceName,
  335.             /* [in] */ const DWORD dwAccess) = 0;
  336.         
  337.         virtual HRESULT STDMETHODCALLTYPE UnbindDevice( void) = 0;
  338.         
  339.         virtual HRESULT STDMETHODCALLTYPE SendRecv( 
  340.             /* [in] */ const LPCWSTR pszAction,
  341.             /* [in] */ IBidiRequest *pRequest) = 0;
  342.         
  343.         virtual HRESULT STDMETHODCALLTYPE MultiSendRecv( 
  344.             /* [in] */ const LPCWSTR pszAction,
  345.             /* [in] */ IBidiRequestContainer *pRequestContainer) = 0;
  346.         
  347.     };
  348.     
  349. #else  /* C style interface */
  350.     typedef struct IBidiSplVtbl
  351.     {
  352.         BEGIN_INTERFACE
  353.         
  354.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  355.             IBidiSpl * This,
  356.             /* [in] */ REFIID riid,
  357.             /* [iid_is][out] */ void **ppvObject);
  358.         
  359.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  360.             IBidiSpl * This);
  361.         
  362.         ULONG ( STDMETHODCALLTYPE *Release )( 
  363.             IBidiSpl * This);
  364.         
  365.         HRESULT ( STDMETHODCALLTYPE *BindDevice )( 
  366.             IBidiSpl * This,
  367.             /* [in] */ const LPCWSTR pszDeviceName,
  368.             /* [in] */ const DWORD dwAccess);
  369.         
  370.         HRESULT ( STDMETHODCALLTYPE *UnbindDevice )( 
  371.             IBidiSpl * This);
  372.         
  373.         HRESULT ( STDMETHODCALLTYPE *SendRecv )( 
  374.             IBidiSpl * This,
  375.             /* [in] */ const LPCWSTR pszAction,
  376.             /* [in] */ IBidiRequest *pRequest);
  377.         
  378.         HRESULT ( STDMETHODCALLTYPE *MultiSendRecv )( 
  379.             IBidiSpl * This,
  380.             /* [in] */ const LPCWSTR pszAction,
  381.             /* [in] */ IBidiRequestContainer *pRequestContainer);
  382.         
  383.         END_INTERFACE
  384.     } IBidiSplVtbl;
  385.     interface IBidiSpl
  386.     {
  387.         CONST_VTBL struct IBidiSplVtbl *lpVtbl;
  388.     };
  389.     
  390. #ifdef COBJMACROS
  391. #define IBidiSpl_QueryInterface(This,riid,ppvObject)
  392.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  393. #define IBidiSpl_AddRef(This)
  394.     (This)->lpVtbl -> AddRef(This)
  395. #define IBidiSpl_Release(This)
  396.     (This)->lpVtbl -> Release(This)
  397. #define IBidiSpl_BindDevice(This,pszDeviceName,dwAccess)
  398.     (This)->lpVtbl -> BindDevice(This,pszDeviceName,dwAccess)
  399. #define IBidiSpl_UnbindDevice(This)
  400.     (This)->lpVtbl -> UnbindDevice(This)
  401. #define IBidiSpl_SendRecv(This,pszAction,pRequest)
  402.     (This)->lpVtbl -> SendRecv(This,pszAction,pRequest)
  403. #define IBidiSpl_MultiSendRecv(This,pszAction,pRequestContainer)
  404.     (This)->lpVtbl -> MultiSendRecv(This,pszAction,pRequestContainer)
  405. #endif /* COBJMACROS */
  406. #endif  /* C style interface */
  407. HRESULT STDMETHODCALLTYPE IBidiSpl_BindDevice_Proxy( 
  408.     IBidiSpl * This,
  409.     /* [in] */ const LPCWSTR pszDeviceName,
  410.     /* [in] */ const DWORD dwAccess);
  411. void __RPC_STUB IBidiSpl_BindDevice_Stub(
  412.     IRpcStubBuffer *This,
  413.     IRpcChannelBuffer *_pRpcChannelBuffer,
  414.     PRPC_MESSAGE _pRpcMessage,
  415.     DWORD *_pdwStubPhase);
  416. HRESULT STDMETHODCALLTYPE IBidiSpl_UnbindDevice_Proxy( 
  417.     IBidiSpl * This);
  418. void __RPC_STUB IBidiSpl_UnbindDevice_Stub(
  419.     IRpcStubBuffer *This,
  420.     IRpcChannelBuffer *_pRpcChannelBuffer,
  421.     PRPC_MESSAGE _pRpcMessage,
  422.     DWORD *_pdwStubPhase);
  423. HRESULT STDMETHODCALLTYPE IBidiSpl_SendRecv_Proxy( 
  424.     IBidiSpl * This,
  425.     /* [in] */ const LPCWSTR pszAction,
  426.     /* [in] */ IBidiRequest *pRequest);
  427. void __RPC_STUB IBidiSpl_SendRecv_Stub(
  428.     IRpcStubBuffer *This,
  429.     IRpcChannelBuffer *_pRpcChannelBuffer,
  430.     PRPC_MESSAGE _pRpcMessage,
  431.     DWORD *_pdwStubPhase);
  432. HRESULT STDMETHODCALLTYPE IBidiSpl_MultiSendRecv_Proxy( 
  433.     IBidiSpl * This,
  434.     /* [in] */ const LPCWSTR pszAction,
  435.     /* [in] */ IBidiRequestContainer *pRequestContainer);
  436. void __RPC_STUB IBidiSpl_MultiSendRecv_Stub(
  437.     IRpcStubBuffer *This,
  438.     IRpcChannelBuffer *_pRpcChannelBuffer,
  439.     PRPC_MESSAGE _pRpcMessage,
  440.     DWORD *_pdwStubPhase);
  441. #endif  /* __IBidiSpl_INTERFACE_DEFINED__ */
  442. #ifndef __IBidiSplLib_LIBRARY_DEFINED__
  443. #define __IBidiSplLib_LIBRARY_DEFINED__
  444. /* library IBidiSplLib */
  445. /* [helpstring][version][uuid] */ 
  446. EXTERN_C const IID LIBID_IBidiSplLib;
  447. EXTERN_C const CLSID CLSID_BidiRequest;
  448. #ifdef __cplusplus
  449. class DECLSPEC_UUID("B9162A23-45F9-47cc-80F5-FE0FE9B9E1A2")
  450. BidiRequest;
  451. #endif
  452. EXTERN_C const CLSID CLSID_BidiRequestContainer;
  453. #ifdef __cplusplus
  454. class DECLSPEC_UUID("FC5B8A24-DB05-4a01-8388-22EDF6C2BBBA")
  455. BidiRequestContainer;
  456. #endif
  457. EXTERN_C const CLSID CLSID_BidiSpl;
  458. #ifdef __cplusplus
  459. class DECLSPEC_UUID("2A614240-A4C5-4c33-BD87-1BC709331639")
  460. BidiSpl;
  461. #endif
  462. #endif /* __IBidiSplLib_LIBRARY_DEFINED__ */
  463. /* Additional Prototypes for ALL interfaces */
  464. /* end of Additional Prototypes */
  465. #ifdef __cplusplus
  466. }
  467. #endif
  468. #endif