1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for msdaosp.idl:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 500
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37
38 #ifndef __msdaosp_h__
39 #define __msdaosp_h__
40
41 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
42 #pragma once
43 #endif
44
45 /* Forward Declarations */ 
46
47 #ifndef __DataSourceObject_FWD_DEFINED__
48 #define __DataSourceObject_FWD_DEFINED__
49 typedef interface DataSourceObject DataSourceObject;
50 #endif     /* __DataSourceObject_FWD_DEFINED__ */
51
52
53 /* header files for imported files */
54 #include "oaidl.h"
55
56 #ifdef __cplusplus
57 extern "C"{
58 #endif 
59
60
61 /* interface __MIDL_itf_msdaosp_0000_0000 */
62 /* [local] */ 
63
64 #include "msdatsrc.h"
65 #include "simpdata.h"
66 #ifdef DBINITCONSTANTS
67 extern const GUID CLSID_MSDAOSP        = {0xdfc8bdc0,0xe378,0x11d0,{0x9b,0x30,0x0,0x80,0xc7,0xe9,0xfe,0x95}};
68 extern const GUID DBPROPSET_PWROWSET = {0xe6e478db,0xf226,0x11d0,{0x94,0xee,0x0,0xc0,0x4f,0xb6,0x6a,0x50}};
69 #else  // !DBINITCONSTANTS
70 extern const GUID CLSID_MSDAOSP;
71 extern const GUID DBPROPSET_PWROWSET;
72 #endif // DBINITCONSTANTS
73 #define PWPROP_OSPVALUE            2
74
75
76 extern RPC_IF_HANDLE __MIDL_itf_msdaosp_0000_0000_v0_0_c_ifspec;
77 extern RPC_IF_HANDLE __MIDL_itf_msdaosp_0000_0000_v0_0_s_ifspec;
78
79
80 #ifndef __MSDAOSPT_LIBRARY_DEFINED__
81 #define __MSDAOSPT_LIBRARY_DEFINED__
82
83 /* library MSDAOSPT */
84 /* [helpstring][version][uuid] */ 
85
86
87 EXTERN_C const IID LIBID_MSDAOSPT;
88
89 #ifndef __DataSourceObject_DISPINTERFACE_DEFINED__
90 #define __DataSourceObject_DISPINTERFACE_DEFINED__
91
92 /* dispinterface DataSourceObject */
93 /* [uuid] */ 
94
95
96 EXTERN_C const IID DIID_DataSourceObject;
97
98 #if defined(__cplusplus) && !defined(CINTERFACE)
99
100       MIDL_INTERFACE("0ae9a4e4-18d4-11d1-b3b3-00aa00c1a924")
101       DataSourceObject : public IDispatch
102       {
103       };
104       
105 #else     /* C style interface */
106
107       typedef struct DataSourceObjectVtbl
108       {
109              BEGIN_INTERFACE
110              
Lines 111 ... 120 are skipped.
121                     DataSourceObject * This);
122              
123              HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
124                     DataSourceObject * This,
125                     /* [out] */ __RPC__out UINT *pctinfo);
126              
127              HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
128                     DataSourceObject * This,
129                     /* [in] */ UINT iTInfo,
130                     /* [in] */ LCID lcid,
131                     /* [out] */ __RPC__deref_out_opt ITypeInfo **ppTInfo);
132              
133              HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
134                     DataSourceObject * This,
135                     /* [in] */ __RPC__in REFIID riid,
136                     /* [size_is][in] */ __RPC__in_ecount_full(cNames) LPOLESTR *rgszNames,
137                     /* [range][in] */ UINT cNames,
138                     /* [in] */ LCID lcid,
139                     /* [size_is][out] */ __RPC__out_ecount_full(cNames) DISPID *rgDispId);
140              
141              /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
142                     DataSourceObject * This,
143                     /* [in] */ DISPID dispIdMember,
144                     /* [in] */ REFIID riid,
145                     /* [in] */ LCID lcid,
146                     /* [in] */ WORD wFlags,
147                     /* [out][in] */ DISPPARAMS *pDispParams,
148                     /* [out] */ VARIANT *pVarResult,
149                     /* [out] */ EXCEPINFO *pExcepInfo,
150                     /* [out] */ UINT *puArgErr);
151              
152              END_INTERFACE
153       } DataSourceObjectVtbl;
154
155       interface DataSourceObject
156       {
157              CONST_VTBL struct DataSourceObjectVtbl *lpVtbl;
158       };
159
160       
161
162 #ifdef COBJMACROS
163
164
165 #define DataSourceObject_QueryInterface(This,riid,ppvObject)    \
166       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
167
168 #define DataSourceObject_AddRef(This)    \
169       ( (This)->lpVtbl -> AddRef(This) ) 
170
171 #define DataSourceObject_Release(This)    \
172       ( (This)->lpVtbl -> Release(This) ) 
173
174
175 #define DataSourceObject_GetTypeInfoCount(This,pctinfo)    \
176       ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) 
177
178 #define DataSourceObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo)    \
179       ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) 
180
181 #define DataSourceObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)    \
182       ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) 
183
184 #define DataSourceObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)    \
185       ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) 
186
187 #endif /* COBJMACROS */
188
189
190 #endif     /* C style interface */
191
192
193 #endif     /* __DataSourceObject_DISPINTERFACE_DEFINED__ */
194
195 #endif /* __MSDAOSPT_LIBRARY_DEFINED__ */
196
197 /* Additional Prototypes for ALL interfaces */
198
199 /* end of Additional Prototypes */
200
201 #ifdef __cplusplus
202 }
203 #endif
204
205 #endif
206
207
208
209