Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

197 lines
5.3 KiB

  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. #else /* C style interface */
  66. typedef struct DataSourceObjectVtbl
  67. {
  68. BEGIN_INTERFACE
  69. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  70. DataSourceObject * This,
  71. /* [in] */ REFIID riid,
  72. /* [iid_is][out] */ void **ppvObject);
  73. ULONG ( STDMETHODCALLTYPE *AddRef )(
  74. DataSourceObject * This);
  75. ULONG ( STDMETHODCALLTYPE *Release )(
  76. DataSourceObject * This);
  77. HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
  78. DataSourceObject * This,
  79. /* [out] */ UINT *pctinfo);
  80. HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
  81. DataSourceObject * This,
  82. /* [in] */ UINT iTInfo,
  83. /* [in] */ LCID lcid,
  84. /* [out] */ ITypeInfo **ppTInfo);
  85. HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
  86. DataSourceObject * This,
  87. /* [in] */ REFIID riid,
  88. /* [size_is][in] */ LPOLESTR *rgszNames,
  89. /* [in] */ UINT cNames,
  90. /* [in] */ LCID lcid,
  91. /* [size_is][out] */ DISPID *rgDispId);
  92. /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
  93. DataSourceObject * This,
  94. /* [in] */ DISPID dispIdMember,
  95. /* [in] */ REFIID riid,
  96. /* [in] */ LCID lcid,
  97. /* [in] */ WORD wFlags,
  98. /* [out][in] */ DISPPARAMS *pDispParams,
  99. /* [out] */ VARIANT *pVarResult,
  100. /* [out] */ EXCEPINFO *pExcepInfo,
  101. /* [out] */ UINT *puArgErr);
  102. END_INTERFACE
  103. } DataSourceObjectVtbl;
  104. interface DataSourceObject
  105. {
  106. CONST_VTBL struct DataSourceObjectVtbl *lpVtbl;
  107. };
  108. #ifdef COBJMACROS
  109. #define DataSourceObject_QueryInterface(This,riid,ppvObject) \
  110. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  111. #define DataSourceObject_AddRef(This) \
  112. (This)->lpVtbl -> AddRef(This)
  113. #define DataSourceObject_Release(This) \
  114. (This)->lpVtbl -> Release(This)
  115. #define DataSourceObject_GetTypeInfoCount(This,pctinfo) \
  116. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  117. #define DataSourceObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  118. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  119. #define DataSourceObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  120. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  121. #define DataSourceObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  122. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  123. #endif /* COBJMACROS */
  124. #endif /* C style interface */
  125. #endif /* __DataSourceObject_DISPINTERFACE_DEFINED__ */
  126. #endif /* __MSDAOSPT_LIBRARY_DEFINED__ */
  127. /* Additional Prototypes for ALL interfaces */
  128. /* end of Additional Prototypes */
  129. #ifdef __cplusplus
  130. }
  131. #endif
  132. #endif