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

模拟服务器

开发平台:

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 msdaosp.idl:
  5.     Oicf, W1, Zp8, env=Win32 (32b run)
  6.     protocol : dce , ms_ext, c_ext
  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__ 440
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __msdaosp_h__
  20. #define __msdaosp_h__
  21. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  22. #pragma once
  23. #endif
  24. /* Forward Declarations */ 
  25. #ifndef __DataSourceObject_FWD_DEFINED__
  26. #define __DataSourceObject_FWD_DEFINED__
  27. typedef interface DataSourceObject DataSourceObject;
  28. #endif  /* __DataSourceObject_FWD_DEFINED__ */
  29. /* header files for imported files */
  30. #include "oaidl.h"
  31. #ifdef __cplusplus
  32. extern "C"{
  33. #endif 
  34. void * __RPC_USER MIDL_user_allocate(size_t);
  35. void __RPC_USER MIDL_user_free( void * ); 
  36. /* interface __MIDL_itf_msdaosp_0000 */
  37. /* [local] */ 
  38. #include "msdatsrc.h"
  39. #include "simpdata.h"
  40. #ifdef DBINITCONSTANTS
  41. extern const GUID CLSID_MSDAOSP = {0xdfc8bdc0,0xe378,0x11d0,{0x9b,0x30,0x0,0x80,0xc7,0xe9,0xfe,0x95}};
  42. extern const GUID DBPROPSET_PWROWSET = {0xe6e478db,0xf226,0x11d0,{0x94,0xee,0x0,0xc0,0x4f,0xb6,0x6a,0x50}};
  43. #else  // !DBINITCONSTANTS
  44. extern const GUID CLSID_MSDAOSP;
  45. extern const GUID DBPROPSET_PWROWSET;
  46. #endif // DBINITCONSTANTS
  47. #define PWPROP_OSPVALUE 2
  48. extern RPC_IF_HANDLE __MIDL_itf_msdaosp_0000_v0_0_c_ifspec;
  49. extern RPC_IF_HANDLE __MIDL_itf_msdaosp_0000_v0_0_s_ifspec;
  50. #ifndef __MSDAOSPT_LIBRARY_DEFINED__
  51. #define __MSDAOSPT_LIBRARY_DEFINED__
  52. /* library MSDAOSPT */
  53. /* [helpstring][version][uuid] */ 
  54. EXTERN_C const IID LIBID_MSDAOSPT;
  55. #ifndef __DataSourceObject_DISPINTERFACE_DEFINED__
  56. #define __DataSourceObject_DISPINTERFACE_DEFINED__
  57. /* dispinterface DataSourceObject */
  58. /* [uuid] */ 
  59. EXTERN_C const IID DIID_DataSourceObject;
  60. #if defined(__cplusplus) && !defined(CINTERFACE)
  61.     MIDL_INTERFACE("0ae9a4e4-18d4-11d1-b3b3-00aa00c1a924")
  62.     DataSourceObject : public IDispatch
  63.     {
  64.     };
  65.     
  66. #else  /* C style interface */
  67.     typedef struct DataSourceObjectVtbl
  68.     {
  69.         BEGIN_INTERFACE
  70.         
  71.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  72.             DataSourceObject * This,
  73.             /* [in] */ REFIID riid,
  74.             /* [iid_is][out] */ void **ppvObject);
  75.         
  76.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  77.             DataSourceObject * This);
  78.         
  79.         ULONG ( STDMETHODCALLTYPE *Release )( 
  80.             DataSourceObject * This);
  81.         
  82.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
  83.             DataSourceObject * This,
  84.             /* [out] */ UINT *pctinfo);
  85.         
  86.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
  87.             DataSourceObject * This,
  88.             /* [in] */ UINT iTInfo,
  89.             /* [in] */ LCID lcid,
  90.             /* [out] */ ITypeInfo **ppTInfo);
  91.         
  92.         HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
  93.             DataSourceObject * This,
  94.             /* [in] */ REFIID riid,
  95.             /* [size_is][in] */ LPOLESTR *rgszNames,
  96.             /* [in] */ UINT cNames,
  97.             /* [in] */ LCID lcid,
  98.             /* [size_is][out] */ DISPID *rgDispId);
  99.         
  100.         /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
  101.             DataSourceObject * This,
  102.             /* [in] */ DISPID dispIdMember,
  103.             /* [in] */ REFIID riid,
  104.             /* [in] */ LCID lcid,
  105.             /* [in] */ WORD wFlags,
  106.             /* [out][in] */ DISPPARAMS *pDispParams,
  107.             /* [out] */ VARIANT *pVarResult,
  108.             /* [out] */ EXCEPINFO *pExcepInfo,
  109.             /* [out] */ UINT *puArgErr);
  110.         
  111.         END_INTERFACE
  112.     } DataSourceObjectVtbl;
  113.     interface DataSourceObject
  114.     {
  115.         CONST_VTBL struct DataSourceObjectVtbl *lpVtbl;
  116.     };
  117.     
  118. #ifdef COBJMACROS
  119. #define DataSourceObject_QueryInterface(This,riid,ppvObject)
  120.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  121. #define DataSourceObject_AddRef(This)
  122.     (This)->lpVtbl -> AddRef(This)
  123. #define DataSourceObject_Release(This)
  124.     (This)->lpVtbl -> Release(This)
  125. #define DataSourceObject_GetTypeInfoCount(This,pctinfo)
  126.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  127. #define DataSourceObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  128.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  129. #define DataSourceObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  130.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  131. #define DataSourceObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  132.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  133. #endif /* COBJMACROS */
  134. #endif  /* C style interface */
  135. #endif  /* __DataSourceObject_DISPINTERFACE_DEFINED__ */
  136. #endif /* __MSDAOSPT_LIBRARY_DEFINED__ */
  137. /* Additional Prototypes for ALL interfaces */
  138. /* end of Additional Prototypes */
  139. #ifdef __cplusplus
  140. }
  141. #endif
  142. #endif