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.

314 lines
9.4 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 5.01.0164 */
  3. /* at Thu Jul 27 17:55:53 2000
  4. */
  5. /* Compiler settings for D:\ntw\inetsrv\iis\ui\admin\AppConfig\AppConfig.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 __AppConfig_h__
  24. #define __AppConfig_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif
  28. /* Forward Declarations */
  29. #ifndef __IIISAppConfig_FWD_DEFINED__
  30. #define __IIISAppConfig_FWD_DEFINED__
  31. typedef interface IIISAppConfig IIISAppConfig;
  32. #endif /* __IIISAppConfig_FWD_DEFINED__ */
  33. #ifndef __IISAppConfig_FWD_DEFINED__
  34. #define __IISAppConfig_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class IISAppConfig IISAppConfig;
  37. #else
  38. typedef struct IISAppConfig IISAppConfig;
  39. #endif /* __cplusplus */
  40. #endif /* __IISAppConfig_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. #ifndef __IIISAppConfig_INTERFACE_DEFINED__
  47. #define __IIISAppConfig_INTERFACE_DEFINED__
  48. /* interface IIISAppConfig */
  49. /* [unique][helpstring][dual][uuid][object] */
  50. EXTERN_C const IID IID_IIISAppConfig;
  51. #if defined(__cplusplus) && !defined(CINTERFACE)
  52. MIDL_INTERFACE("D4E9B327-D9B4-4942-871E-1AF2FFCF6C0C")
  53. IIISAppConfig : public IDispatch
  54. {
  55. public:
  56. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Run( void) = 0;
  57. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ComputerName(
  58. /* [in] */ BSTR newVal) = 0;
  59. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_UserName(
  60. /* [in] */ BSTR newVal) = 0;
  61. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_UserPassword(
  62. /* [in] */ BSTR newVal) = 0;
  63. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_MetaPath(
  64. /* [in] */ BSTR newVal) = 0;
  65. };
  66. #else /* C style interface */
  67. typedef struct IIISAppConfigVtbl
  68. {
  69. BEGIN_INTERFACE
  70. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  71. IIISAppConfig __RPC_FAR * This,
  72. /* [in] */ REFIID riid,
  73. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  74. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  75. IIISAppConfig __RPC_FAR * This);
  76. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  77. IIISAppConfig __RPC_FAR * This);
  78. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
  79. IIISAppConfig __RPC_FAR * This,
  80. /* [out] */ UINT __RPC_FAR *pctinfo);
  81. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
  82. IIISAppConfig __RPC_FAR * This,
  83. /* [in] */ UINT iTInfo,
  84. /* [in] */ LCID lcid,
  85. /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  86. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
  87. IIISAppConfig __RPC_FAR * This,
  88. /* [in] */ REFIID riid,
  89. /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  90. /* [in] */ UINT cNames,
  91. /* [in] */ LCID lcid,
  92. /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  93. /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
  94. IIISAppConfig __RPC_FAR * This,
  95. /* [in] */ DISPID dispIdMember,
  96. /* [in] */ REFIID riid,
  97. /* [in] */ LCID lcid,
  98. /* [in] */ WORD wFlags,
  99. /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  100. /* [out] */ VARIANT __RPC_FAR *pVarResult,
  101. /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  102. /* [out] */ UINT __RPC_FAR *puArgErr);
  103. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Run )(
  104. IIISAppConfig __RPC_FAR * This);
  105. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ComputerName )(
  106. IIISAppConfig __RPC_FAR * This,
  107. /* [in] */ BSTR newVal);
  108. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_UserName )(
  109. IIISAppConfig __RPC_FAR * This,
  110. /* [in] */ BSTR newVal);
  111. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_UserPassword )(
  112. IIISAppConfig __RPC_FAR * This,
  113. /* [in] */ BSTR newVal);
  114. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_MetaPath )(
  115. IIISAppConfig __RPC_FAR * This,
  116. /* [in] */ BSTR newVal);
  117. END_INTERFACE
  118. } IIISAppConfigVtbl;
  119. interface IIISAppConfig
  120. {
  121. CONST_VTBL struct IIISAppConfigVtbl __RPC_FAR *lpVtbl;
  122. };
  123. #ifdef COBJMACROS
  124. #define IIISAppConfig_QueryInterface(This,riid,ppvObject) \
  125. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  126. #define IIISAppConfig_AddRef(This) \
  127. (This)->lpVtbl -> AddRef(This)
  128. #define IIISAppConfig_Release(This) \
  129. (This)->lpVtbl -> Release(This)
  130. #define IIISAppConfig_GetTypeInfoCount(This,pctinfo) \
  131. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  132. #define IIISAppConfig_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  133. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  134. #define IIISAppConfig_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  135. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  136. #define IIISAppConfig_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  137. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  138. #define IIISAppConfig_Run(This) \
  139. (This)->lpVtbl -> Run(This)
  140. #define IIISAppConfig_put_ComputerName(This,newVal) \
  141. (This)->lpVtbl -> put_ComputerName(This,newVal)
  142. #define IIISAppConfig_put_UserName(This,newVal) \
  143. (This)->lpVtbl -> put_UserName(This,newVal)
  144. #define IIISAppConfig_put_UserPassword(This,newVal) \
  145. (This)->lpVtbl -> put_UserPassword(This,newVal)
  146. #define IIISAppConfig_put_MetaPath(This,newVal) \
  147. (This)->lpVtbl -> put_MetaPath(This,newVal)
  148. #endif /* COBJMACROS */
  149. #endif /* C style interface */
  150. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IIISAppConfig_Run_Proxy(
  151. IIISAppConfig __RPC_FAR * This);
  152. void __RPC_STUB IIISAppConfig_Run_Stub(
  153. IRpcStubBuffer *This,
  154. IRpcChannelBuffer *_pRpcChannelBuffer,
  155. PRPC_MESSAGE _pRpcMessage,
  156. DWORD *_pdwStubPhase);
  157. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IIISAppConfig_put_ComputerName_Proxy(
  158. IIISAppConfig __RPC_FAR * This,
  159. /* [in] */ BSTR newVal);
  160. void __RPC_STUB IIISAppConfig_put_ComputerName_Stub(
  161. IRpcStubBuffer *This,
  162. IRpcChannelBuffer *_pRpcChannelBuffer,
  163. PRPC_MESSAGE _pRpcMessage,
  164. DWORD *_pdwStubPhase);
  165. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IIISAppConfig_put_UserName_Proxy(
  166. IIISAppConfig __RPC_FAR * This,
  167. /* [in] */ BSTR newVal);
  168. void __RPC_STUB IIISAppConfig_put_UserName_Stub(
  169. IRpcStubBuffer *This,
  170. IRpcChannelBuffer *_pRpcChannelBuffer,
  171. PRPC_MESSAGE _pRpcMessage,
  172. DWORD *_pdwStubPhase);
  173. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IIISAppConfig_put_UserPassword_Proxy(
  174. IIISAppConfig __RPC_FAR * This,
  175. /* [in] */ BSTR newVal);
  176. void __RPC_STUB IIISAppConfig_put_UserPassword_Stub(
  177. IRpcStubBuffer *This,
  178. IRpcChannelBuffer *_pRpcChannelBuffer,
  179. PRPC_MESSAGE _pRpcMessage,
  180. DWORD *_pdwStubPhase);
  181. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IIISAppConfig_put_MetaPath_Proxy(
  182. IIISAppConfig __RPC_FAR * This,
  183. /* [in] */ BSTR newVal);
  184. void __RPC_STUB IIISAppConfig_put_MetaPath_Stub(
  185. IRpcStubBuffer *This,
  186. IRpcChannelBuffer *_pRpcChannelBuffer,
  187. PRPC_MESSAGE _pRpcMessage,
  188. DWORD *_pdwStubPhase);
  189. #endif /* __IIISAppConfig_INTERFACE_DEFINED__ */
  190. #ifndef __APPCONFIGLib_LIBRARY_DEFINED__
  191. #define __APPCONFIGLib_LIBRARY_DEFINED__
  192. /* library APPCONFIGLib */
  193. /* [helpstring][version][uuid] */
  194. EXTERN_C const IID LIBID_APPCONFIGLib;
  195. EXTERN_C const CLSID CLSID_IISAppConfig;
  196. #ifdef __cplusplus
  197. class DECLSPEC_UUID("5443AED3-A8AF-4351-B7E1-929EABCAF250")
  198. IISAppConfig;
  199. #endif
  200. #endif /* __APPCONFIGLib_LIBRARY_DEFINED__ */
  201. /* Additional Prototypes for ALL interfaces */
  202. unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * );
  203. unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
  204. unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
  205. void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * );
  206. /* end of Additional Prototypes */
  207. #ifdef __cplusplus
  208. }
  209. #endif
  210. #endif