BooksDAL.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:15k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 5.01.0164 */
  3. /* at Fri Mar 05 09:53:45 2010
  4.  */
  5. /* Compiler settings for D:VCday16BooksDALBooksDAL.idl:
  6.     Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  7.     error checks: allocation ref bounds_check enum stub_data 
  8. */
  9. //@@MIDL_FILE_HEADING(  )
  10. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  11. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  12. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  13. #endif
  14. #include "rpc.h"
  15. #include "rpcndr.h"
  16. #ifndef __RPCNDR_H_VERSION__
  17. #error this stub requires an updated version of <rpcndr.h>
  18. #endif // __RPCNDR_H_VERSION__
  19. #ifndef COM_NO_WINDOWS_H
  20. #include "windows.h"
  21. #include "ole2.h"
  22. #endif /*COM_NO_WINDOWS_H*/
  23. #ifndef __BooksDAL_h__
  24. #define __BooksDAL_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __IDALMyBools_FWD_DEFINED__
  30. #define __IDALMyBools_FWD_DEFINED__
  31. typedef interface IDALMyBools IDALMyBools;
  32. #endif  /* __IDALMyBools_FWD_DEFINED__ */
  33. #ifndef __DALMyBools_FWD_DEFINED__
  34. #define __DALMyBools_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class DALMyBools DALMyBools;
  37. #else
  38. typedef struct DALMyBools DALMyBools;
  39. #endif /* __cplusplus */
  40. #endif  /* __DALMyBools_FWD_DEFINED__ */
  41. /* header files for imported files */
  42. #include "oaidl.h"
  43. #include "ocidl.h"
  44. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  45. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  46. /* interface __MIDL_itf_BooksDAL_0000 */
  47. /* [local] */ 
  48. typedef struct  DTOBook
  49.     {
  50.     UINT BookIsnb;
  51.     BSTR BookName;
  52.     BSTR BookAuthor;
  53.     } DTOBook;
  54. extern RPC_IF_HANDLE __MIDL_itf_BooksDAL_0000_v0_0_c_ifspec;
  55. extern RPC_IF_HANDLE __MIDL_itf_BooksDAL_0000_v0_0_s_ifspec;
  56. #ifndef __IDALMyBools_INTERFACE_DEFINED__
  57. #define __IDALMyBools_INTERFACE_DEFINED__
  58. /* interface IDALMyBools */
  59. /* [unique][helpstring][dual][uuid][object] */ 
  60. EXTERN_C const IID IID_IDALMyBools;
  61. #if defined(__cplusplus) && !defined(CINTERFACE)
  62.     
  63.     MIDL_INTERFACE("A15D55B0-457B-447F-8400-05146750B407")
  64.     IDALMyBools : public IDispatch
  65.     {
  66.     public:
  67.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetBookByIsbn( 
  68.             /* [in] */ UINT bookisbn,
  69.             /* [out] */ DTOBook __RPC_FAR *__RPC_FAR *mybook) = 0;
  70.         
  71.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE QueryAllBook( 
  72.             /* [out] */ DTOBook __RPC_FAR *__RPC_FAR *allBook,
  73.             /* [out] */ UINT __RPC_FAR *Numbers) = 0;
  74.         
  75.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SaveBook( 
  76.             /* [in] */ DTOBook __RPC_FAR *bookdata,
  77.             /* [out] */ UINT __RPC_FAR *pResult) = 0;
  78.         
  79.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE DeleteBookById( 
  80.             /* [in] */ UINT id,
  81.             /* [out] */ UINT __RPC_FAR *iResult) = 0;
  82.         
  83.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Update( 
  84.             /* [in] */ DTOBook __RPC_FAR *Book,
  85.             /* [out] */ UINT __RPC_FAR *iResult) = 0;
  86.         
  87.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_UID( 
  88.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  89.         
  90.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_UID( 
  91.             /* [in] */ BSTR newVal) = 0;
  92.         
  93.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_PWD( 
  94.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  95.         
  96.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_PWD( 
  97.             /* [in] */ BSTR newVal) = 0;
  98.         
  99.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DataSource( 
  100.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  101.         
  102.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DataSource( 
  103.             /* [in] */ BSTR newVal) = 0;
  104.         
  105.     };
  106.     
  107. #else  /* C style interface */
  108.     typedef struct IDALMyBoolsVtbl
  109.     {
  110.         BEGIN_INTERFACE
  111.         
  112.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  113.             IDALMyBools __RPC_FAR * This,
  114.             /* [in] */ REFIID riid,
  115.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  116.         
  117.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  118.             IDALMyBools __RPC_FAR * This);
  119.         
  120.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  121.             IDALMyBools __RPC_FAR * This);
  122.         
  123.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  124.             IDALMyBools __RPC_FAR * This,
  125.             /* [out] */ UINT __RPC_FAR *pctinfo);
  126.         
  127.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  128.             IDALMyBools __RPC_FAR * This,
  129.             /* [in] */ UINT iTInfo,
  130.             /* [in] */ LCID lcid,
  131.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  132.         
  133.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  134.             IDALMyBools __RPC_FAR * This,
  135.             /* [in] */ REFIID riid,
  136.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  137.             /* [in] */ UINT cNames,
  138.             /* [in] */ LCID lcid,
  139.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  140.         
  141.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  142.             IDALMyBools __RPC_FAR * This,
  143.             /* [in] */ DISPID dispIdMember,
  144.             /* [in] */ REFIID riid,
  145.             /* [in] */ LCID lcid,
  146.             /* [in] */ WORD wFlags,
  147.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  148.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  149.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  150.             /* [out] */ UINT __RPC_FAR *puArgErr);
  151.         
  152.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetBookByIsbn )( 
  153.             IDALMyBools __RPC_FAR * This,
  154.             /* [in] */ UINT bookisbn,
  155.             /* [out] */ DTOBook __RPC_FAR *__RPC_FAR *mybook);
  156.         
  157.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryAllBook )( 
  158.             IDALMyBools __RPC_FAR * This,
  159.             /* [out] */ DTOBook __RPC_FAR *__RPC_FAR *allBook,
  160.             /* [out] */ UINT __RPC_FAR *Numbers);
  161.         
  162.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SaveBook )( 
  163.             IDALMyBools __RPC_FAR * This,
  164.             /* [in] */ DTOBook __RPC_FAR *bookdata,
  165.             /* [out] */ UINT __RPC_FAR *pResult);
  166.         
  167.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *DeleteBookById )( 
  168.             IDALMyBools __RPC_FAR * This,
  169.             /* [in] */ UINT id,
  170.             /* [out] */ UINT __RPC_FAR *iResult);
  171.         
  172.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Update )( 
  173.             IDALMyBools __RPC_FAR * This,
  174.             /* [in] */ DTOBook __RPC_FAR *Book,
  175.             /* [out] */ UINT __RPC_FAR *iResult);
  176.         
  177.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_UID )( 
  178.             IDALMyBools __RPC_FAR * This,
  179.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  180.         
  181.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_UID )( 
  182.             IDALMyBools __RPC_FAR * This,
  183.             /* [in] */ BSTR newVal);
  184.         
  185.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PWD )( 
  186.             IDALMyBools __RPC_FAR * This,
  187.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  188.         
  189.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PWD )( 
  190.             IDALMyBools __RPC_FAR * This,
  191.             /* [in] */ BSTR newVal);
  192.         
  193.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DataSource )( 
  194.             IDALMyBools __RPC_FAR * This,
  195.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  196.         
  197.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DataSource )( 
  198.             IDALMyBools __RPC_FAR * This,
  199.             /* [in] */ BSTR newVal);
  200.         
  201.         END_INTERFACE
  202.     } IDALMyBoolsVtbl;
  203.     interface IDALMyBools
  204.     {
  205.         CONST_VTBL struct IDALMyBoolsVtbl __RPC_FAR *lpVtbl;
  206.     };
  207.     
  208. #ifdef COBJMACROS
  209. #define IDALMyBools_QueryInterface(This,riid,ppvObject)
  210.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  211. #define IDALMyBools_AddRef(This)
  212.     (This)->lpVtbl -> AddRef(This)
  213. #define IDALMyBools_Release(This)
  214.     (This)->lpVtbl -> Release(This)
  215. #define IDALMyBools_GetTypeInfoCount(This,pctinfo)
  216.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  217. #define IDALMyBools_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  218.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  219. #define IDALMyBools_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  220.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  221. #define IDALMyBools_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  222.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  223. #define IDALMyBools_GetBookByIsbn(This,bookisbn,mybook)
  224.     (This)->lpVtbl -> GetBookByIsbn(This,bookisbn,mybook)
  225. #define IDALMyBools_QueryAllBook(This,allBook,Numbers)
  226.     (This)->lpVtbl -> QueryAllBook(This,allBook,Numbers)
  227. #define IDALMyBools_SaveBook(This,bookdata,pResult)
  228.     (This)->lpVtbl -> SaveBook(This,bookdata,pResult)
  229. #define IDALMyBools_DeleteBookById(This,id,iResult)
  230.     (This)->lpVtbl -> DeleteBookById(This,id,iResult)
  231. #define IDALMyBools_Update(This,Book,iResult)
  232.     (This)->lpVtbl -> Update(This,Book,iResult)
  233. #define IDALMyBools_get_UID(This,pVal)
  234.     (This)->lpVtbl -> get_UID(This,pVal)
  235. #define IDALMyBools_put_UID(This,newVal)
  236.     (This)->lpVtbl -> put_UID(This,newVal)
  237. #define IDALMyBools_get_PWD(This,pVal)
  238.     (This)->lpVtbl -> get_PWD(This,pVal)
  239. #define IDALMyBools_put_PWD(This,newVal)
  240.     (This)->lpVtbl -> put_PWD(This,newVal)
  241. #define IDALMyBools_get_DataSource(This,pVal)
  242.     (This)->lpVtbl -> get_DataSource(This,pVal)
  243. #define IDALMyBools_put_DataSource(This,newVal)
  244.     (This)->lpVtbl -> put_DataSource(This,newVal)
  245. #endif /* COBJMACROS */
  246. #endif  /* C style interface */
  247. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IDALMyBools_GetBookByIsbn_Proxy( 
  248.     IDALMyBools __RPC_FAR * This,
  249.     /* [in] */ UINT bookisbn,
  250.     /* [out] */ DTOBook __RPC_FAR *__RPC_FAR *mybook);
  251. void __RPC_STUB IDALMyBools_GetBookByIsbn_Stub(
  252.     IRpcStubBuffer *This,
  253.     IRpcChannelBuffer *_pRpcChannelBuffer,
  254.     PRPC_MESSAGE _pRpcMessage,
  255.     DWORD *_pdwStubPhase);
  256. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IDALMyBools_QueryAllBook_Proxy( 
  257.     IDALMyBools __RPC_FAR * This,
  258.     /* [out] */ DTOBook __RPC_FAR *__RPC_FAR *allBook,
  259.     /* [out] */ UINT __RPC_FAR *Numbers);
  260. void __RPC_STUB IDALMyBools_QueryAllBook_Stub(
  261.     IRpcStubBuffer *This,
  262.     IRpcChannelBuffer *_pRpcChannelBuffer,
  263.     PRPC_MESSAGE _pRpcMessage,
  264.     DWORD *_pdwStubPhase);
  265. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IDALMyBools_SaveBook_Proxy( 
  266.     IDALMyBools __RPC_FAR * This,
  267.     /* [in] */ DTOBook __RPC_FAR *bookdata,
  268.     /* [out] */ UINT __RPC_FAR *pResult);
  269. void __RPC_STUB IDALMyBools_SaveBook_Stub(
  270.     IRpcStubBuffer *This,
  271.     IRpcChannelBuffer *_pRpcChannelBuffer,
  272.     PRPC_MESSAGE _pRpcMessage,
  273.     DWORD *_pdwStubPhase);
  274. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IDALMyBools_DeleteBookById_Proxy( 
  275.     IDALMyBools __RPC_FAR * This,
  276.     /* [in] */ UINT id,
  277.     /* [out] */ UINT __RPC_FAR *iResult);
  278. void __RPC_STUB IDALMyBools_DeleteBookById_Stub(
  279.     IRpcStubBuffer *This,
  280.     IRpcChannelBuffer *_pRpcChannelBuffer,
  281.     PRPC_MESSAGE _pRpcMessage,
  282.     DWORD *_pdwStubPhase);
  283. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IDALMyBools_Update_Proxy( 
  284.     IDALMyBools __RPC_FAR * This,
  285.     /* [in] */ DTOBook __RPC_FAR *Book,
  286.     /* [out] */ UINT __RPC_FAR *iResult);
  287. void __RPC_STUB IDALMyBools_Update_Stub(
  288.     IRpcStubBuffer *This,
  289.     IRpcChannelBuffer *_pRpcChannelBuffer,
  290.     PRPC_MESSAGE _pRpcMessage,
  291.     DWORD *_pdwStubPhase);
  292. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDALMyBools_get_UID_Proxy( 
  293.     IDALMyBools __RPC_FAR * This,
  294.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  295. void __RPC_STUB IDALMyBools_get_UID_Stub(
  296.     IRpcStubBuffer *This,
  297.     IRpcChannelBuffer *_pRpcChannelBuffer,
  298.     PRPC_MESSAGE _pRpcMessage,
  299.     DWORD *_pdwStubPhase);
  300. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDALMyBools_put_UID_Proxy( 
  301.     IDALMyBools __RPC_FAR * This,
  302.     /* [in] */ BSTR newVal);
  303. void __RPC_STUB IDALMyBools_put_UID_Stub(
  304.     IRpcStubBuffer *This,
  305.     IRpcChannelBuffer *_pRpcChannelBuffer,
  306.     PRPC_MESSAGE _pRpcMessage,
  307.     DWORD *_pdwStubPhase);
  308. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDALMyBools_get_PWD_Proxy( 
  309.     IDALMyBools __RPC_FAR * This,
  310.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  311. void __RPC_STUB IDALMyBools_get_PWD_Stub(
  312.     IRpcStubBuffer *This,
  313.     IRpcChannelBuffer *_pRpcChannelBuffer,
  314.     PRPC_MESSAGE _pRpcMessage,
  315.     DWORD *_pdwStubPhase);
  316. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDALMyBools_put_PWD_Proxy( 
  317.     IDALMyBools __RPC_FAR * This,
  318.     /* [in] */ BSTR newVal);
  319. void __RPC_STUB IDALMyBools_put_PWD_Stub(
  320.     IRpcStubBuffer *This,
  321.     IRpcChannelBuffer *_pRpcChannelBuffer,
  322.     PRPC_MESSAGE _pRpcMessage,
  323.     DWORD *_pdwStubPhase);
  324. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDALMyBools_get_DataSource_Proxy( 
  325.     IDALMyBools __RPC_FAR * This,
  326.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  327. void __RPC_STUB IDALMyBools_get_DataSource_Stub(
  328.     IRpcStubBuffer *This,
  329.     IRpcChannelBuffer *_pRpcChannelBuffer,
  330.     PRPC_MESSAGE _pRpcMessage,
  331.     DWORD *_pdwStubPhase);
  332. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDALMyBools_put_DataSource_Proxy( 
  333.     IDALMyBools __RPC_FAR * This,
  334.     /* [in] */ BSTR newVal);
  335. void __RPC_STUB IDALMyBools_put_DataSource_Stub(
  336.     IRpcStubBuffer *This,
  337.     IRpcChannelBuffer *_pRpcChannelBuffer,
  338.     PRPC_MESSAGE _pRpcMessage,
  339.     DWORD *_pdwStubPhase);
  340. #endif  /* __IDALMyBools_INTERFACE_DEFINED__ */
  341. #ifndef __BOOKSDALLib_LIBRARY_DEFINED__
  342. #define __BOOKSDALLib_LIBRARY_DEFINED__
  343. /* library BOOKSDALLib */
  344. /* [helpstring][version][uuid] */ 
  345. EXTERN_C const IID LIBID_BOOKSDALLib;
  346. EXTERN_C const CLSID CLSID_DALMyBools;
  347. #ifdef __cplusplus
  348. class DECLSPEC_UUID("E62D5912-87D8-46BD-983A-3730881D5204")
  349. DALMyBools;
  350. #endif
  351. #endif /* __BOOKSDALLib_LIBRARY_DEFINED__ */
  352. /* Additional Prototypes for ALL interfaces */
  353. unsigned long             __RPC_USER  BSTR_UserSize(     unsigned long __RPC_FAR *, unsigned long            , BSTR __RPC_FAR * ); 
  354. unsigned char __RPC_FAR * __RPC_USER  BSTR_UserMarshal(  unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); 
  355. unsigned char __RPC_FAR * __RPC_USER  BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); 
  356. void                      __RPC_USER  BSTR_UserFree(     unsigned long __RPC_FAR *, BSTR __RPC_FAR * ); 
  357. /* end of Additional Prototypes */
  358. #ifdef __cplusplus
  359. }
  360. #endif
  361. #endif