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.

653 lines
22 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 cluscfgwizard.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 __cluscfgwizard_h__
  27. #define __cluscfgwizard_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __IClusCfgWizard_FWD_DEFINED__
  33. #define __IClusCfgWizard_FWD_DEFINED__
  34. typedef interface IClusCfgWizard IClusCfgWizard;
  35. #endif /* __IClusCfgWizard_FWD_DEFINED__ */
  36. #ifndef __ClusCfgWizard_FWD_DEFINED__
  37. #define __ClusCfgWizard_FWD_DEFINED__
  38. #ifdef __cplusplus
  39. typedef class ClusCfgWizard ClusCfgWizard;
  40. #else
  41. typedef struct ClusCfgWizard ClusCfgWizard;
  42. #endif /* __cplusplus */
  43. #endif /* __ClusCfgWizard_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. /* interface __MIDL_itf_cluscfgwizard_0000 */
  53. /* [local] */
  54. extern RPC_IF_HANDLE __MIDL_itf_cluscfgwizard_0000_v0_0_c_ifspec;
  55. extern RPC_IF_HANDLE __MIDL_itf_cluscfgwizard_0000_v0_0_s_ifspec;
  56. #ifndef __IClusCfgWizard_INTERFACE_DEFINED__
  57. #define __IClusCfgWizard_INTERFACE_DEFINED__
  58. /* interface IClusCfgWizard */
  59. /* [unique][helpstring][dual][uuid][object] */
  60. EXTERN_C const IID IID_IClusCfgWizard;
  61. #if defined(__cplusplus) && !defined(CINTERFACE)
  62. MIDL_INTERFACE("2EB57A3B-DA8D-4B56-97CF-A3191BF8FD5B")
  63. IClusCfgWizard : public IDispatch
  64. {
  65. public:
  66. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreateCluster(
  67. /* [defaultvalue][in] */ HWND ParentHwndIn,
  68. /* [retval][out] */ BOOL *pfDoneOut) = 0;
  69. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE AddClusterNodes(
  70. /* [defaultvalue][in] */ HWND ParentHwndIn,
  71. /* [retval][out] */ BOOL *pfDoneOut) = 0;
  72. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ClusterName(
  73. /* [retval][out] */ BSTR *pbstrFQDNNameOut) = 0;
  74. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ClusterName(
  75. /* [in] */ BSTR bstrFQDNNameIn) = 0;
  76. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ServiceAccountUserName(
  77. /* [retval][out] */ BSTR *pbstrAccountNameOut) = 0;
  78. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ServiceAccountUserName(
  79. /* [in] */ BSTR bstrAccountNameIn) = 0;
  80. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ServiceAccountPassword(
  81. /* [retval][out] */ BSTR *pbstrPasswordOut) = 0;
  82. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ServiceAccountPassword(
  83. /* [in] */ BSTR bstrPasswordIn) = 0;
  84. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ServiceAccountDomainName(
  85. /* [retval][out] */ BSTR *pbstrDomainOut) = 0;
  86. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ServiceAccountDomainName(
  87. /* [in] */ BSTR bstrDomainIn) = 0;
  88. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ClusterIPAddress(
  89. /* [retval][out] */ BSTR *pbstrIPAddressOut) = 0;
  90. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ClusterIPAddress(
  91. /* [in] */ BSTR bstrIPAddressIn) = 0;
  92. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ClusterIPSubnet(
  93. /* [retval][out] */ BSTR *pbstrIPSubnetOut) = 0;
  94. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ClusterIPSubnet(
  95. /* [in] */ BSTR bstrSubnetIn) = 0;
  96. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ClusterIPAddressNetwork(
  97. /* [retval][out] */ BSTR *pbstrNetworkNameOut) = 0;
  98. virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ClusterIPAddressNetwork(
  99. /* [in] */ BSTR bstrNetworkNameIn) = 0;
  100. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE AddComputer(
  101. /* [unique][in] */ LPCWSTR pcszFQDNNameIn) = 0;
  102. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE RemoveComputer(
  103. /* [unique][in] */ LPCWSTR pcszFQDNNameIn) = 0;
  104. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ClearComputerList( void) = 0;
  105. };
  106. #else /* C style interface */
  107. typedef struct IClusCfgWizardVtbl
  108. {
  109. BEGIN_INTERFACE
  110. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  111. IClusCfgWizard * This,
  112. /* [in] */ REFIID riid,
  113. /* [iid_is][out] */ void **ppvObject);
  114. ULONG ( STDMETHODCALLTYPE *AddRef )(
  115. IClusCfgWizard * This);
  116. ULONG ( STDMETHODCALLTYPE *Release )(
  117. IClusCfgWizard * This);
  118. HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
  119. IClusCfgWizard * This,
  120. /* [out] */ UINT *pctinfo);
  121. HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
  122. IClusCfgWizard * This,
  123. /* [in] */ UINT iTInfo,
  124. /* [in] */ LCID lcid,
  125. /* [out] */ ITypeInfo **ppTInfo);
  126. HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
  127. IClusCfgWizard * This,
  128. /* [in] */ REFIID riid,
  129. /* [size_is][in] */ LPOLESTR *rgszNames,
  130. /* [in] */ UINT cNames,
  131. /* [in] */ LCID lcid,
  132. /* [size_is][out] */ DISPID *rgDispId);
  133. /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
  134. IClusCfgWizard * This,
  135. /* [in] */ DISPID dispIdMember,
  136. /* [in] */ REFIID riid,
  137. /* [in] */ LCID lcid,
  138. /* [in] */ WORD wFlags,
  139. /* [out][in] */ DISPPARAMS *pDispParams,
  140. /* [out] */ VARIANT *pVarResult,
  141. /* [out] */ EXCEPINFO *pExcepInfo,
  142. /* [out] */ UINT *puArgErr);
  143. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CreateCluster )(
  144. IClusCfgWizard * This,
  145. /* [defaultvalue][in] */ HWND ParentHwndIn,
  146. /* [retval][out] */ BOOL *pfDoneOut);
  147. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *AddClusterNodes )(
  148. IClusCfgWizard * This,
  149. /* [defaultvalue][in] */ HWND ParentHwndIn,
  150. /* [retval][out] */ BOOL *pfDoneOut);
  151. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ClusterName )(
  152. IClusCfgWizard * This,
  153. /* [retval][out] */ BSTR *pbstrFQDNNameOut);
  154. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ClusterName )(
  155. IClusCfgWizard * This,
  156. /* [in] */ BSTR bstrFQDNNameIn);
  157. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ServiceAccountUserName )(
  158. IClusCfgWizard * This,
  159. /* [retval][out] */ BSTR *pbstrAccountNameOut);
  160. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ServiceAccountUserName )(
  161. IClusCfgWizard * This,
  162. /* [in] */ BSTR bstrAccountNameIn);
  163. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ServiceAccountPassword )(
  164. IClusCfgWizard * This,
  165. /* [retval][out] */ BSTR *pbstrPasswordOut);
  166. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ServiceAccountPassword )(
  167. IClusCfgWizard * This,
  168. /* [in] */ BSTR bstrPasswordIn);
  169. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ServiceAccountDomainName )(
  170. IClusCfgWizard * This,
  171. /* [retval][out] */ BSTR *pbstrDomainOut);
  172. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ServiceAccountDomainName )(
  173. IClusCfgWizard * This,
  174. /* [in] */ BSTR bstrDomainIn);
  175. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ClusterIPAddress )(
  176. IClusCfgWizard * This,
  177. /* [retval][out] */ BSTR *pbstrIPAddressOut);
  178. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ClusterIPAddress )(
  179. IClusCfgWizard * This,
  180. /* [in] */ BSTR bstrIPAddressIn);
  181. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ClusterIPSubnet )(
  182. IClusCfgWizard * This,
  183. /* [retval][out] */ BSTR *pbstrIPSubnetOut);
  184. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ClusterIPSubnet )(
  185. IClusCfgWizard * This,
  186. /* [in] */ BSTR bstrSubnetIn);
  187. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ClusterIPAddressNetwork )(
  188. IClusCfgWizard * This,
  189. /* [retval][out] */ BSTR *pbstrNetworkNameOut);
  190. /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ClusterIPAddressNetwork )(
  191. IClusCfgWizard * This,
  192. /* [in] */ BSTR bstrNetworkNameIn);
  193. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *AddComputer )(
  194. IClusCfgWizard * This,
  195. /* [unique][in] */ LPCWSTR pcszFQDNNameIn);
  196. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *RemoveComputer )(
  197. IClusCfgWizard * This,
  198. /* [unique][in] */ LPCWSTR pcszFQDNNameIn);
  199. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *ClearComputerList )(
  200. IClusCfgWizard * This);
  201. END_INTERFACE
  202. } IClusCfgWizardVtbl;
  203. interface IClusCfgWizard
  204. {
  205. CONST_VTBL struct IClusCfgWizardVtbl *lpVtbl;
  206. };
  207. #ifdef COBJMACROS
  208. #define IClusCfgWizard_QueryInterface(This,riid,ppvObject) \
  209. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  210. #define IClusCfgWizard_AddRef(This) \
  211. (This)->lpVtbl -> AddRef(This)
  212. #define IClusCfgWizard_Release(This) \
  213. (This)->lpVtbl -> Release(This)
  214. #define IClusCfgWizard_GetTypeInfoCount(This,pctinfo) \
  215. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  216. #define IClusCfgWizard_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  217. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  218. #define IClusCfgWizard_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  219. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  220. #define IClusCfgWizard_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  221. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  222. #define IClusCfgWizard_CreateCluster(This,ParentHwndIn,pfDoneOut) \
  223. (This)->lpVtbl -> CreateCluster(This,ParentHwndIn,pfDoneOut)
  224. #define IClusCfgWizard_AddClusterNodes(This,ParentHwndIn,pfDoneOut) \
  225. (This)->lpVtbl -> AddClusterNodes(This,ParentHwndIn,pfDoneOut)
  226. #define IClusCfgWizard_get_ClusterName(This,pbstrFQDNNameOut) \
  227. (This)->lpVtbl -> get_ClusterName(This,pbstrFQDNNameOut)
  228. #define IClusCfgWizard_put_ClusterName(This,bstrFQDNNameIn) \
  229. (This)->lpVtbl -> put_ClusterName(This,bstrFQDNNameIn)
  230. #define IClusCfgWizard_get_ServiceAccountUserName(This,pbstrAccountNameOut) \
  231. (This)->lpVtbl -> get_ServiceAccountUserName(This,pbstrAccountNameOut)
  232. #define IClusCfgWizard_put_ServiceAccountUserName(This,bstrAccountNameIn) \
  233. (This)->lpVtbl -> put_ServiceAccountUserName(This,bstrAccountNameIn)
  234. #define IClusCfgWizard_get_ServiceAccountPassword(This,pbstrPasswordOut) \
  235. (This)->lpVtbl -> get_ServiceAccountPassword(This,pbstrPasswordOut)
  236. #define IClusCfgWizard_put_ServiceAccountPassword(This,bstrPasswordIn) \
  237. (This)->lpVtbl -> put_ServiceAccountPassword(This,bstrPasswordIn)
  238. #define IClusCfgWizard_get_ServiceAccountDomainName(This,pbstrDomainOut) \
  239. (This)->lpVtbl -> get_ServiceAccountDomainName(This,pbstrDomainOut)
  240. #define IClusCfgWizard_put_ServiceAccountDomainName(This,bstrDomainIn) \
  241. (This)->lpVtbl -> put_ServiceAccountDomainName(This,bstrDomainIn)
  242. #define IClusCfgWizard_get_ClusterIPAddress(This,pbstrIPAddressOut) \
  243. (This)->lpVtbl -> get_ClusterIPAddress(This,pbstrIPAddressOut)
  244. #define IClusCfgWizard_put_ClusterIPAddress(This,bstrIPAddressIn) \
  245. (This)->lpVtbl -> put_ClusterIPAddress(This,bstrIPAddressIn)
  246. #define IClusCfgWizard_get_ClusterIPSubnet(This,pbstrIPSubnetOut) \
  247. (This)->lpVtbl -> get_ClusterIPSubnet(This,pbstrIPSubnetOut)
  248. #define IClusCfgWizard_put_ClusterIPSubnet(This,bstrSubnetIn) \
  249. (This)->lpVtbl -> put_ClusterIPSubnet(This,bstrSubnetIn)
  250. #define IClusCfgWizard_get_ClusterIPAddressNetwork(This,pbstrNetworkNameOut) \
  251. (This)->lpVtbl -> get_ClusterIPAddressNetwork(This,pbstrNetworkNameOut)
  252. #define IClusCfgWizard_put_ClusterIPAddressNetwork(This,bstrNetworkNameIn) \
  253. (This)->lpVtbl -> put_ClusterIPAddressNetwork(This,bstrNetworkNameIn)
  254. #define IClusCfgWizard_AddComputer(This,pcszFQDNNameIn) \
  255. (This)->lpVtbl -> AddComputer(This,pcszFQDNNameIn)
  256. #define IClusCfgWizard_RemoveComputer(This,pcszFQDNNameIn) \
  257. (This)->lpVtbl -> RemoveComputer(This,pcszFQDNNameIn)
  258. #define IClusCfgWizard_ClearComputerList(This) \
  259. (This)->lpVtbl -> ClearComputerList(This)
  260. #endif /* COBJMACROS */
  261. #endif /* C style interface */
  262. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_CreateCluster_Proxy(
  263. IClusCfgWizard * This,
  264. /* [defaultvalue][in] */ HWND ParentHwndIn,
  265. /* [retval][out] */ BOOL *pfDoneOut);
  266. void __RPC_STUB IClusCfgWizard_CreateCluster_Stub(
  267. IRpcStubBuffer *This,
  268. IRpcChannelBuffer *_pRpcChannelBuffer,
  269. PRPC_MESSAGE _pRpcMessage,
  270. DWORD *_pdwStubPhase);
  271. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_AddClusterNodes_Proxy(
  272. IClusCfgWizard * This,
  273. /* [defaultvalue][in] */ HWND ParentHwndIn,
  274. /* [retval][out] */ BOOL *pfDoneOut);
  275. void __RPC_STUB IClusCfgWizard_AddClusterNodes_Stub(
  276. IRpcStubBuffer *This,
  277. IRpcChannelBuffer *_pRpcChannelBuffer,
  278. PRPC_MESSAGE _pRpcMessage,
  279. DWORD *_pdwStubPhase);
  280. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_get_ClusterName_Proxy(
  281. IClusCfgWizard * This,
  282. /* [retval][out] */ BSTR *pbstrFQDNNameOut);
  283. void __RPC_STUB IClusCfgWizard_get_ClusterName_Stub(
  284. IRpcStubBuffer *This,
  285. IRpcChannelBuffer *_pRpcChannelBuffer,
  286. PRPC_MESSAGE _pRpcMessage,
  287. DWORD *_pdwStubPhase);
  288. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_put_ClusterName_Proxy(
  289. IClusCfgWizard * This,
  290. /* [in] */ BSTR bstrFQDNNameIn);
  291. void __RPC_STUB IClusCfgWizard_put_ClusterName_Stub(
  292. IRpcStubBuffer *This,
  293. IRpcChannelBuffer *_pRpcChannelBuffer,
  294. PRPC_MESSAGE _pRpcMessage,
  295. DWORD *_pdwStubPhase);
  296. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_get_ServiceAccountUserName_Proxy(
  297. IClusCfgWizard * This,
  298. /* [retval][out] */ BSTR *pbstrAccountNameOut);
  299. void __RPC_STUB IClusCfgWizard_get_ServiceAccountUserName_Stub(
  300. IRpcStubBuffer *This,
  301. IRpcChannelBuffer *_pRpcChannelBuffer,
  302. PRPC_MESSAGE _pRpcMessage,
  303. DWORD *_pdwStubPhase);
  304. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_put_ServiceAccountUserName_Proxy(
  305. IClusCfgWizard * This,
  306. /* [in] */ BSTR bstrAccountNameIn);
  307. void __RPC_STUB IClusCfgWizard_put_ServiceAccountUserName_Stub(
  308. IRpcStubBuffer *This,
  309. IRpcChannelBuffer *_pRpcChannelBuffer,
  310. PRPC_MESSAGE _pRpcMessage,
  311. DWORD *_pdwStubPhase);
  312. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_get_ServiceAccountPassword_Proxy(
  313. IClusCfgWizard * This,
  314. /* [retval][out] */ BSTR *pbstrPasswordOut);
  315. void __RPC_STUB IClusCfgWizard_get_ServiceAccountPassword_Stub(
  316. IRpcStubBuffer *This,
  317. IRpcChannelBuffer *_pRpcChannelBuffer,
  318. PRPC_MESSAGE _pRpcMessage,
  319. DWORD *_pdwStubPhase);
  320. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_put_ServiceAccountPassword_Proxy(
  321. IClusCfgWizard * This,
  322. /* [in] */ BSTR bstrPasswordIn);
  323. void __RPC_STUB IClusCfgWizard_put_ServiceAccountPassword_Stub(
  324. IRpcStubBuffer *This,
  325. IRpcChannelBuffer *_pRpcChannelBuffer,
  326. PRPC_MESSAGE _pRpcMessage,
  327. DWORD *_pdwStubPhase);
  328. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_get_ServiceAccountDomainName_Proxy(
  329. IClusCfgWizard * This,
  330. /* [retval][out] */ BSTR *pbstrDomainOut);
  331. void __RPC_STUB IClusCfgWizard_get_ServiceAccountDomainName_Stub(
  332. IRpcStubBuffer *This,
  333. IRpcChannelBuffer *_pRpcChannelBuffer,
  334. PRPC_MESSAGE _pRpcMessage,
  335. DWORD *_pdwStubPhase);
  336. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_put_ServiceAccountDomainName_Proxy(
  337. IClusCfgWizard * This,
  338. /* [in] */ BSTR bstrDomainIn);
  339. void __RPC_STUB IClusCfgWizard_put_ServiceAccountDomainName_Stub(
  340. IRpcStubBuffer *This,
  341. IRpcChannelBuffer *_pRpcChannelBuffer,
  342. PRPC_MESSAGE _pRpcMessage,
  343. DWORD *_pdwStubPhase);
  344. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_get_ClusterIPAddress_Proxy(
  345. IClusCfgWizard * This,
  346. /* [retval][out] */ BSTR *pbstrIPAddressOut);
  347. void __RPC_STUB IClusCfgWizard_get_ClusterIPAddress_Stub(
  348. IRpcStubBuffer *This,
  349. IRpcChannelBuffer *_pRpcChannelBuffer,
  350. PRPC_MESSAGE _pRpcMessage,
  351. DWORD *_pdwStubPhase);
  352. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_put_ClusterIPAddress_Proxy(
  353. IClusCfgWizard * This,
  354. /* [in] */ BSTR bstrIPAddressIn);
  355. void __RPC_STUB IClusCfgWizard_put_ClusterIPAddress_Stub(
  356. IRpcStubBuffer *This,
  357. IRpcChannelBuffer *_pRpcChannelBuffer,
  358. PRPC_MESSAGE _pRpcMessage,
  359. DWORD *_pdwStubPhase);
  360. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_get_ClusterIPSubnet_Proxy(
  361. IClusCfgWizard * This,
  362. /* [retval][out] */ BSTR *pbstrIPSubnetOut);
  363. void __RPC_STUB IClusCfgWizard_get_ClusterIPSubnet_Stub(
  364. IRpcStubBuffer *This,
  365. IRpcChannelBuffer *_pRpcChannelBuffer,
  366. PRPC_MESSAGE _pRpcMessage,
  367. DWORD *_pdwStubPhase);
  368. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_put_ClusterIPSubnet_Proxy(
  369. IClusCfgWizard * This,
  370. /* [in] */ BSTR bstrSubnetIn);
  371. void __RPC_STUB IClusCfgWizard_put_ClusterIPSubnet_Stub(
  372. IRpcStubBuffer *This,
  373. IRpcChannelBuffer *_pRpcChannelBuffer,
  374. PRPC_MESSAGE _pRpcMessage,
  375. DWORD *_pdwStubPhase);
  376. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_get_ClusterIPAddressNetwork_Proxy(
  377. IClusCfgWizard * This,
  378. /* [retval][out] */ BSTR *pbstrNetworkNameOut);
  379. void __RPC_STUB IClusCfgWizard_get_ClusterIPAddressNetwork_Stub(
  380. IRpcStubBuffer *This,
  381. IRpcChannelBuffer *_pRpcChannelBuffer,
  382. PRPC_MESSAGE _pRpcMessage,
  383. DWORD *_pdwStubPhase);
  384. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_put_ClusterIPAddressNetwork_Proxy(
  385. IClusCfgWizard * This,
  386. /* [in] */ BSTR bstrNetworkNameIn);
  387. void __RPC_STUB IClusCfgWizard_put_ClusterIPAddressNetwork_Stub(
  388. IRpcStubBuffer *This,
  389. IRpcChannelBuffer *_pRpcChannelBuffer,
  390. PRPC_MESSAGE _pRpcMessage,
  391. DWORD *_pdwStubPhase);
  392. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_AddComputer_Proxy(
  393. IClusCfgWizard * This,
  394. /* [unique][in] */ LPCWSTR pcszFQDNNameIn);
  395. void __RPC_STUB IClusCfgWizard_AddComputer_Stub(
  396. IRpcStubBuffer *This,
  397. IRpcChannelBuffer *_pRpcChannelBuffer,
  398. PRPC_MESSAGE _pRpcMessage,
  399. DWORD *_pdwStubPhase);
  400. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_RemoveComputer_Proxy(
  401. IClusCfgWizard * This,
  402. /* [unique][in] */ LPCWSTR pcszFQDNNameIn);
  403. void __RPC_STUB IClusCfgWizard_RemoveComputer_Stub(
  404. IRpcStubBuffer *This,
  405. IRpcChannelBuffer *_pRpcChannelBuffer,
  406. PRPC_MESSAGE _pRpcMessage,
  407. DWORD *_pdwStubPhase);
  408. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IClusCfgWizard_ClearComputerList_Proxy(
  409. IClusCfgWizard * This);
  410. void __RPC_STUB IClusCfgWizard_ClearComputerList_Stub(
  411. IRpcStubBuffer *This,
  412. IRpcChannelBuffer *_pRpcChannelBuffer,
  413. PRPC_MESSAGE _pRpcMessage,
  414. DWORD *_pdwStubPhase);
  415. #endif /* __IClusCfgWizard_INTERFACE_DEFINED__ */
  416. #ifndef __ClusCfgWizard_LIBRARY_DEFINED__
  417. #define __ClusCfgWizard_LIBRARY_DEFINED__
  418. /* library ClusCfgWizard */
  419. /* [helpstring][version][uuid] */
  420. EXTERN_C const IID LIBID_ClusCfgWizard;
  421. EXTERN_C const CLSID CLSID_ClusCfgWizard;
  422. #ifdef __cplusplus
  423. class DECLSPEC_UUID("1919C4FE-6F46-4027-977D-0EF1C8F26372")
  424. ClusCfgWizard;
  425. #endif
  426. #endif /* __ClusCfgWizard_LIBRARY_DEFINED__ */
  427. /* Additional Prototypes for ALL interfaces */
  428. unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * );
  429. unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * );
  430. unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * );
  431. void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * );
  432. unsigned long __RPC_USER HWND_UserSize( unsigned long *, unsigned long , HWND * );
  433. unsigned char * __RPC_USER HWND_UserMarshal( unsigned long *, unsigned char *, HWND * );
  434. unsigned char * __RPC_USER HWND_UserUnmarshal(unsigned long *, unsigned char *, HWND * );
  435. void __RPC_USER HWND_UserFree( unsigned long *, HWND * );
  436. /* end of Additional Prototypes */
  437. #ifdef __cplusplus
  438. }
  439. #endif
  440. #endif