Leaked source code of windows server 2003
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.

413 lines
12 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.0334 */
  4. /* Compiler settings for appparseweb.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 __appparseweb_h__
  27. #define __appparseweb_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __IAppParse_FWD_DEFINED__
  33. #define __IAppParse_FWD_DEFINED__
  34. typedef interface IAppParse IAppParse;
  35. #endif /* __IAppParse_FWD_DEFINED__ */
  36. #ifndef __AppParse_FWD_DEFINED__
  37. #define __AppParse_FWD_DEFINED__
  38. #ifdef __cplusplus
  39. typedef class AppParse AppParse;
  40. #else
  41. typedef struct AppParse AppParse;
  42. #endif /* __cplusplus */
  43. #endif /* __AppParse_FWD_DEFINED__ */
  44. /* header files for imported files */
  45. #include "oaidl.h"
  46. #include "ocidl.h"
  47. #ifdef __cplusplus
  48. extern "C"{
  49. #endif
  50. void * __RPC_USER MIDL_user_allocate(size_t);
  51. void __RPC_USER MIDL_user_free( void * );
  52. #ifndef __IAppParse_INTERFACE_DEFINED__
  53. #define __IAppParse_INTERFACE_DEFINED__
  54. /* interface IAppParse */
  55. /* [unique][helpstring][dual][uuid][object] */
  56. EXTERN_C const IID IID_IAppParse;
  57. #if defined(__cplusplus) && !defined(CINTERFACE)
  58. MIDL_INTERFACE("BAF56261-3C9F-44F9-9F30-6922DD29BD81")
  59. IAppParse : public IDispatch
  60. {
  61. public:
  62. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Parse( void) = 0;
  63. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Browse( void) = 0;
  64. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_path(
  65. /* [retval][out] */ BSTR *pVal) = 0;
  66. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_path(
  67. /* [in] */ BSTR newVal) = 0;
  68. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_PtolemyID(
  69. /* [retval][out] */ long *pVal) = 0;
  70. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_PtolemyID(
  71. /* [in] */ long newVal) = 0;
  72. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ConnectionString(
  73. /* [retval][out] */ BSTR *pVal) = 0;
  74. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ConnectionString(
  75. /* [in] */ BSTR newVal) = 0;
  76. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE QueryDB(
  77. long PtolemyID,
  78. BSTR bstrFunction) = 0;
  79. };
  80. #else /* C style interface */
  81. typedef struct IAppParseVtbl
  82. {
  83. BEGIN_INTERFACE
  84. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  85. IAppParse * This,
  86. /* [in] */ REFIID riid,
  87. /* [iid_is][out] */ void **ppvObject);
  88. ULONG ( STDMETHODCALLTYPE *AddRef )(
  89. IAppParse * This);
  90. ULONG ( STDMETHODCALLTYPE *Release )(
  91. IAppParse * This);
  92. HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
  93. IAppParse * This,
  94. /* [out] */ UINT *pctinfo);
  95. HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
  96. IAppParse * This,
  97. /* [in] */ UINT iTInfo,
  98. /* [in] */ LCID lcid,
  99. /* [out] */ ITypeInfo **ppTInfo);
  100. HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
  101. IAppParse * This,
  102. /* [in] */ REFIID riid,
  103. /* [size_is][in] */ LPOLESTR *rgszNames,
  104. /* [in] */ UINT cNames,
  105. /* [in] */ LCID lcid,
  106. /* [size_is][out] */ DISPID *rgDispId);
  107. /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
  108. IAppParse * This,
  109. /* [in] */ DISPID dispIdMember,
  110. /* [in] */ REFIID riid,
  111. /* [in] */ LCID lcid,
  112. /* [in] */ WORD wFlags,
  113. /* [out][in] */ DISPPARAMS *pDispParams,
  114. /* [out] */ VARIANT *pVarResult,
  115. /* [out] */ EXCEPINFO *pExcepInfo,
  116. /* [out] */ UINT *puArgErr);
  117. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Parse )(
  118. IAppParse * This);
  119. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Browse )(
  120. IAppParse * This);
  121. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_path )(
  122. IAppParse * This,
  123. /* [retval][out] */ BSTR *pVal);
  124. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_path )(
  125. IAppParse * This,
  126. /* [in] */ BSTR newVal);
  127. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_PtolemyID )(
  128. IAppParse * This,
  129. /* [retval][out] */ long *pVal);
  130. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_PtolemyID )(
  131. IAppParse * This,
  132. /* [in] */ long newVal);
  133. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ConnectionString )(
  134. IAppParse * This,
  135. /* [retval][out] */ BSTR *pVal);
  136. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ConnectionString )(
  137. IAppParse * This,
  138. /* [in] */ BSTR newVal);
  139. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *QueryDB )(
  140. IAppParse * This,
  141. long PtolemyID,
  142. BSTR bstrFunction);
  143. END_INTERFACE
  144. } IAppParseVtbl;
  145. interface IAppParse
  146. {
  147. CONST_VTBL struct IAppParseVtbl *lpVtbl;
  148. };
  149. #ifdef COBJMACROS
  150. #define IAppParse_QueryInterface(This,riid,ppvObject) \
  151. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  152. #define IAppParse_AddRef(This) \
  153. (This)->lpVtbl -> AddRef(This)
  154. #define IAppParse_Release(This) \
  155. (This)->lpVtbl -> Release(This)
  156. #define IAppParse_GetTypeInfoCount(This,pctinfo) \
  157. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  158. #define IAppParse_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  159. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  160. #define IAppParse_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  161. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  162. #define IAppParse_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  163. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  164. #define IAppParse_Parse(This) \
  165. (This)->lpVtbl -> Parse(This)
  166. #define IAppParse_Browse(This) \
  167. (This)->lpVtbl -> Browse(This)
  168. #define IAppParse_get_path(This,pVal) \
  169. (This)->lpVtbl -> get_path(This,pVal)
  170. #define IAppParse_put_path(This,newVal) \
  171. (This)->lpVtbl -> put_path(This,newVal)
  172. #define IAppParse_get_PtolemyID(This,pVal) \
  173. (This)->lpVtbl -> get_PtolemyID(This,pVal)
  174. #define IAppParse_put_PtolemyID(This,newVal) \
  175. (This)->lpVtbl -> put_PtolemyID(This,newVal)
  176. #define IAppParse_get_ConnectionString(This,pVal) \
  177. (This)->lpVtbl -> get_ConnectionString(This,pVal)
  178. #define IAppParse_put_ConnectionString(This,newVal) \
  179. (This)->lpVtbl -> put_ConnectionString(This,newVal)
  180. #define IAppParse_QueryDB(This,PtolemyID,bstrFunction) \
  181. (This)->lpVtbl -> QueryDB(This,PtolemyID,bstrFunction)
  182. #endif /* COBJMACROS */
  183. #endif /* C style interface */
  184. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IAppParse_Parse_Proxy(
  185. IAppParse * This);
  186. void __RPC_STUB IAppParse_Parse_Stub(
  187. IRpcStubBuffer *This,
  188. IRpcChannelBuffer *_pRpcChannelBuffer,
  189. PRPC_MESSAGE _pRpcMessage,
  190. DWORD *_pdwStubPhase);
  191. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IAppParse_Browse_Proxy(
  192. IAppParse * This);
  193. void __RPC_STUB IAppParse_Browse_Stub(
  194. IRpcStubBuffer *This,
  195. IRpcChannelBuffer *_pRpcChannelBuffer,
  196. PRPC_MESSAGE _pRpcMessage,
  197. DWORD *_pdwStubPhase);
  198. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAppParse_get_path_Proxy(
  199. IAppParse * This,
  200. /* [retval][out] */ BSTR *pVal);
  201. void __RPC_STUB IAppParse_get_path_Stub(
  202. IRpcStubBuffer *This,
  203. IRpcChannelBuffer *_pRpcChannelBuffer,
  204. PRPC_MESSAGE _pRpcMessage,
  205. DWORD *_pdwStubPhase);
  206. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IAppParse_put_path_Proxy(
  207. IAppParse * This,
  208. /* [in] */ BSTR newVal);
  209. void __RPC_STUB IAppParse_put_path_Stub(
  210. IRpcStubBuffer *This,
  211. IRpcChannelBuffer *_pRpcChannelBuffer,
  212. PRPC_MESSAGE _pRpcMessage,
  213. DWORD *_pdwStubPhase);
  214. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAppParse_get_PtolemyID_Proxy(
  215. IAppParse * This,
  216. /* [retval][out] */ long *pVal);
  217. void __RPC_STUB IAppParse_get_PtolemyID_Stub(
  218. IRpcStubBuffer *This,
  219. IRpcChannelBuffer *_pRpcChannelBuffer,
  220. PRPC_MESSAGE _pRpcMessage,
  221. DWORD *_pdwStubPhase);
  222. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IAppParse_put_PtolemyID_Proxy(
  223. IAppParse * This,
  224. /* [in] */ long newVal);
  225. void __RPC_STUB IAppParse_put_PtolemyID_Stub(
  226. IRpcStubBuffer *This,
  227. IRpcChannelBuffer *_pRpcChannelBuffer,
  228. PRPC_MESSAGE _pRpcMessage,
  229. DWORD *_pdwStubPhase);
  230. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IAppParse_get_ConnectionString_Proxy(
  231. IAppParse * This,
  232. /* [retval][out] */ BSTR *pVal);
  233. void __RPC_STUB IAppParse_get_ConnectionString_Stub(
  234. IRpcStubBuffer *This,
  235. IRpcChannelBuffer *_pRpcChannelBuffer,
  236. PRPC_MESSAGE _pRpcMessage,
  237. DWORD *_pdwStubPhase);
  238. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IAppParse_put_ConnectionString_Proxy(
  239. IAppParse * This,
  240. /* [in] */ BSTR newVal);
  241. void __RPC_STUB IAppParse_put_ConnectionString_Stub(
  242. IRpcStubBuffer *This,
  243. IRpcChannelBuffer *_pRpcChannelBuffer,
  244. PRPC_MESSAGE _pRpcMessage,
  245. DWORD *_pdwStubPhase);
  246. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IAppParse_QueryDB_Proxy(
  247. IAppParse * This,
  248. long PtolemyID,
  249. BSTR bstrFunction);
  250. void __RPC_STUB IAppParse_QueryDB_Stub(
  251. IRpcStubBuffer *This,
  252. IRpcChannelBuffer *_pRpcChannelBuffer,
  253. PRPC_MESSAGE _pRpcMessage,
  254. DWORD *_pdwStubPhase);
  255. #endif /* __IAppParse_INTERFACE_DEFINED__ */
  256. #ifndef __APPPARSEWEBLib_LIBRARY_DEFINED__
  257. #define __APPPARSEWEBLib_LIBRARY_DEFINED__
  258. /* library APPPARSEWEBLib */
  259. /* [helpstring][version][uuid] */
  260. EXTERN_C const IID LIBID_APPPARSEWEBLib;
  261. EXTERN_C const CLSID CLSID_AppParse;
  262. #ifdef __cplusplus
  263. class DECLSPEC_UUID("083BE70B-A07B-46FA-BCB1-8D85D262C699")
  264. AppParse;
  265. #endif
  266. #endif /* __APPPARSEWEBLib_LIBRARY_DEFINED__ */
  267. /* Additional Prototypes for ALL interfaces */
  268. unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * );
  269. unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * );
  270. unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * );
  271. void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * );
  272. /* end of Additional Prototypes */
  273. #ifdef __cplusplus
  274. }
  275. #endif
  276. #endif