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.

741 lines
20 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* Compiler settings for unisrgt.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , ms_ext, c_ext, oldnames, robust
  6. error checks: allocation ref bounds_check enum stub_data
  7. VC __declspec() decoration level:
  8. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  9. DECLSPEC_UUID(), MIDL_INTERFACE()
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  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 __unisrgt_h__
  27. #define __unisrgt_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __ISurrogateService2_FWD_DEFINED__
  33. #define __ISurrogateService2_FWD_DEFINED__
  34. typedef interface ISurrogateService2 ISurrogateService2;
  35. #endif /* __ISurrogateService2_FWD_DEFINED__ */
  36. #ifndef __IPAControl_FWD_DEFINED__
  37. #define __IPAControl_FWD_DEFINED__
  38. typedef interface IPAControl IPAControl;
  39. #endif /* __IPAControl_FWD_DEFINED__ */
  40. #ifndef __IServicesSink_FWD_DEFINED__
  41. #define __IServicesSink_FWD_DEFINED__
  42. typedef interface IServicesSink IServicesSink;
  43. #endif /* __IServicesSink_FWD_DEFINED__ */
  44. /* header files for imported files */
  45. #include "wtypes.h"
  46. #include "objidl.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_unisrgt_0000 */
  53. /* [local] */
  54. //+-----------------------------------------------------------------
  55. //
  56. // Microsoft Windows
  57. // Copyright (C) Microsoft Corporation, 1992 - 1998.
  58. //
  59. //------------------------------------------------------------------
  60. extern RPC_IF_HANDLE __MIDL_itf_unisrgt_0000_ClientIfHandle;
  61. extern RPC_IF_HANDLE __MIDL_itf_unisrgt_0000_ServerIfHandle;
  62. #ifndef __ISurrogateService2_INTERFACE_DEFINED__
  63. #define __ISurrogateService2_INTERFACE_DEFINED__
  64. /* interface ISurrogateService2 */
  65. /* [unique][uuid][local][object] */
  66. EXTERN_C const IID IID_ISurrogateService2;
  67. #if defined(__cplusplus) && !defined(CINTERFACE)
  68. MIDL_INTERFACE("000001da-0000-0000-C000-000000000046")
  69. ISurrogateService2 : public ISurrogateService
  70. {
  71. public:
  72. virtual HRESULT STDMETHODCALLTYPE PauseProcess( void) = 0;
  73. virtual HRESULT STDMETHODCALLTYPE ResumeProcess( void) = 0;
  74. };
  75. #else /* C style interface */
  76. typedef struct ISurrogateService2Vtbl
  77. {
  78. BEGIN_INTERFACE
  79. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  80. ISurrogateService2 * This,
  81. /* [in] */ REFIID riid,
  82. /* [iid_is][out] */ void **ppvObject);
  83. ULONG ( STDMETHODCALLTYPE *AddRef )(
  84. ISurrogateService2 * This);
  85. ULONG ( STDMETHODCALLTYPE *Release )(
  86. ISurrogateService2 * This);
  87. HRESULT ( STDMETHODCALLTYPE *Init )(
  88. ISurrogateService2 * This,
  89. /* [in] */ REFGUID rguidProcessID,
  90. /* [in] */ IProcessLock *pProcessLock,
  91. /* [out] */ BOOL *pfApplicationAware);
  92. HRESULT ( STDMETHODCALLTYPE *ApplicationLaunch )(
  93. ISurrogateService2 * This,
  94. /* [in] */ REFGUID rguidApplID,
  95. /* [in] */ ApplicationType appType);
  96. HRESULT ( STDMETHODCALLTYPE *ApplicationFree )(
  97. ISurrogateService2 * This,
  98. /* [in] */ REFGUID rguidApplID);
  99. HRESULT ( STDMETHODCALLTYPE *CatalogRefresh )(
  100. ISurrogateService2 * This,
  101. /* [in] */ ULONG ulReserved);
  102. HRESULT ( STDMETHODCALLTYPE *ProcessShutdown )(
  103. ISurrogateService2 * This,
  104. /* [in] */ ShutdownType shutdownType);
  105. HRESULT ( STDMETHODCALLTYPE *PauseProcess )(
  106. ISurrogateService2 * This);
  107. HRESULT ( STDMETHODCALLTYPE *ResumeProcess )(
  108. ISurrogateService2 * This);
  109. END_INTERFACE
  110. } ISurrogateService2Vtbl;
  111. interface ISurrogateService2
  112. {
  113. CONST_VTBL struct ISurrogateService2Vtbl *lpVtbl;
  114. };
  115. #ifdef COBJMACROS
  116. #define ISurrogateService2_QueryInterface(This,riid,ppvObject) \
  117. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  118. #define ISurrogateService2_AddRef(This) \
  119. (This)->lpVtbl -> AddRef(This)
  120. #define ISurrogateService2_Release(This) \
  121. (This)->lpVtbl -> Release(This)
  122. #define ISurrogateService2_Init(This,rguidProcessID,pProcessLock,pfApplicationAware) \
  123. (This)->lpVtbl -> Init(This,rguidProcessID,pProcessLock,pfApplicationAware)
  124. #define ISurrogateService2_ApplicationLaunch(This,rguidApplID,appType) \
  125. (This)->lpVtbl -> ApplicationLaunch(This,rguidApplID,appType)
  126. #define ISurrogateService2_ApplicationFree(This,rguidApplID) \
  127. (This)->lpVtbl -> ApplicationFree(This,rguidApplID)
  128. #define ISurrogateService2_CatalogRefresh(This,ulReserved) \
  129. (This)->lpVtbl -> CatalogRefresh(This,ulReserved)
  130. #define ISurrogateService2_ProcessShutdown(This,shutdownType) \
  131. (This)->lpVtbl -> ProcessShutdown(This,shutdownType)
  132. #define ISurrogateService2_PauseProcess(This) \
  133. (This)->lpVtbl -> PauseProcess(This)
  134. #define ISurrogateService2_ResumeProcess(This) \
  135. (This)->lpVtbl -> ResumeProcess(This)
  136. #endif /* COBJMACROS */
  137. #endif /* C style interface */
  138. HRESULT STDMETHODCALLTYPE ISurrogateService2_PauseProcess_Proxy(
  139. ISurrogateService2 * This);
  140. void __RPC_STUB ISurrogateService2_PauseProcess_Stub(
  141. IRpcStubBuffer *This,
  142. IRpcChannelBuffer *_pRpcChannelBuffer,
  143. PRPC_MESSAGE _pRpcMessage,
  144. DWORD *_pdwStubPhase);
  145. HRESULT STDMETHODCALLTYPE ISurrogateService2_ResumeProcess_Proxy(
  146. ISurrogateService2 * This);
  147. void __RPC_STUB ISurrogateService2_ResumeProcess_Stub(
  148. IRpcStubBuffer *This,
  149. IRpcChannelBuffer *_pRpcChannelBuffer,
  150. PRPC_MESSAGE _pRpcMessage,
  151. DWORD *_pdwStubPhase);
  152. #endif /* __ISurrogateService2_INTERFACE_DEFINED__ */
  153. #ifndef __IPAControl_INTERFACE_DEFINED__
  154. #define __IPAControl_INTERFACE_DEFINED__
  155. /* interface IPAControl */
  156. /* [unique][uuid][local][object] */
  157. EXTERN_C const IID IID_IPAControl;
  158. #if defined(__cplusplus) && !defined(CINTERFACE)
  159. MIDL_INTERFACE("000001d2-0000-0000-C000-000000000046")
  160. IPAControl : public IUnknown
  161. {
  162. public:
  163. virtual ULONG STDMETHODCALLTYPE AddRefOnProcess( void) = 0;
  164. virtual ULONG STDMETHODCALLTYPE ReleaseRefOnProcess( void) = 0;
  165. virtual void STDMETHODCALLTYPE PendingInit( void) = 0;
  166. virtual void STDMETHODCALLTYPE ServicesReady( void) = 0;
  167. virtual HRESULT STDMETHODCALLTYPE SuspendApplication(
  168. /* [in] */ REFGUID rguidApplID) = 0;
  169. virtual HRESULT STDMETHODCALLTYPE PendingApplication(
  170. /* [in] */ REFGUID rguidApplID) = 0;
  171. virtual HRESULT STDMETHODCALLTYPE ResumeApplication(
  172. /* [in] */ REFGUID rguidApplID) = 0;
  173. virtual HRESULT STDMETHODCALLTYPE SuspendAll( void) = 0;
  174. virtual HRESULT STDMETHODCALLTYPE ResumeAll( void) = 0;
  175. virtual HRESULT STDMETHODCALLTYPE ForcedShutdown( void) = 0;
  176. virtual HRESULT STDMETHODCALLTYPE SetIdleTimeoutToZero( void) = 0;
  177. virtual HRESULT STDMETHODCALLTYPE SetObjectCountAtIdleTime(
  178. /* [in] */ DWORD dwOIDCount) = 0;
  179. };
  180. #else /* C style interface */
  181. typedef struct IPAControlVtbl
  182. {
  183. BEGIN_INTERFACE
  184. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  185. IPAControl * This,
  186. /* [in] */ REFIID riid,
  187. /* [iid_is][out] */ void **ppvObject);
  188. ULONG ( STDMETHODCALLTYPE *AddRef )(
  189. IPAControl * This);
  190. ULONG ( STDMETHODCALLTYPE *Release )(
  191. IPAControl * This);
  192. ULONG ( STDMETHODCALLTYPE *AddRefOnProcess )(
  193. IPAControl * This);
  194. ULONG ( STDMETHODCALLTYPE *ReleaseRefOnProcess )(
  195. IPAControl * This);
  196. void ( STDMETHODCALLTYPE *PendingInit )(
  197. IPAControl * This);
  198. void ( STDMETHODCALLTYPE *ServicesReady )(
  199. IPAControl * This);
  200. HRESULT ( STDMETHODCALLTYPE *SuspendApplication )(
  201. IPAControl * This,
  202. /* [in] */ REFGUID rguidApplID);
  203. HRESULT ( STDMETHODCALLTYPE *PendingApplication )(
  204. IPAControl * This,
  205. /* [in] */ REFGUID rguidApplID);
  206. HRESULT ( STDMETHODCALLTYPE *ResumeApplication )(
  207. IPAControl * This,
  208. /* [in] */ REFGUID rguidApplID);
  209. HRESULT ( STDMETHODCALLTYPE *SuspendAll )(
  210. IPAControl * This);
  211. HRESULT ( STDMETHODCALLTYPE *ResumeAll )(
  212. IPAControl * This);
  213. HRESULT ( STDMETHODCALLTYPE *ForcedShutdown )(
  214. IPAControl * This);
  215. HRESULT ( STDMETHODCALLTYPE *SetIdleTimeoutToZero )(
  216. IPAControl * This);
  217. HRESULT ( STDMETHODCALLTYPE *SetObjectCountAtIdleTime )(
  218. IPAControl * This,
  219. /* [in] */ DWORD dwOIDCount);
  220. END_INTERFACE
  221. } IPAControlVtbl;
  222. interface IPAControl
  223. {
  224. CONST_VTBL struct IPAControlVtbl *lpVtbl;
  225. };
  226. #ifdef COBJMACROS
  227. #define IPAControl_QueryInterface(This,riid,ppvObject) \
  228. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  229. #define IPAControl_AddRef(This) \
  230. (This)->lpVtbl -> AddRef(This)
  231. #define IPAControl_Release(This) \
  232. (This)->lpVtbl -> Release(This)
  233. #define IPAControl_AddRefOnProcess(This) \
  234. (This)->lpVtbl -> AddRefOnProcess(This)
  235. #define IPAControl_ReleaseRefOnProcess(This) \
  236. (This)->lpVtbl -> ReleaseRefOnProcess(This)
  237. #define IPAControl_PendingInit(This) \
  238. (This)->lpVtbl -> PendingInit(This)
  239. #define IPAControl_ServicesReady(This) \
  240. (This)->lpVtbl -> ServicesReady(This)
  241. #define IPAControl_SuspendApplication(This,rguidApplID) \
  242. (This)->lpVtbl -> SuspendApplication(This,rguidApplID)
  243. #define IPAControl_PendingApplication(This,rguidApplID) \
  244. (This)->lpVtbl -> PendingApplication(This,rguidApplID)
  245. #define IPAControl_ResumeApplication(This,rguidApplID) \
  246. (This)->lpVtbl -> ResumeApplication(This,rguidApplID)
  247. #define IPAControl_SuspendAll(This) \
  248. (This)->lpVtbl -> SuspendAll(This)
  249. #define IPAControl_ResumeAll(This) \
  250. (This)->lpVtbl -> ResumeAll(This)
  251. #define IPAControl_ForcedShutdown(This) \
  252. (This)->lpVtbl -> ForcedShutdown(This)
  253. #define IPAControl_SetIdleTimeoutToZero(This) \
  254. (This)->lpVtbl -> SetIdleTimeoutToZero(This)
  255. #define IPAControl_SetObjectCountAtIdleTime(This,dwOIDCount) \
  256. (This)->lpVtbl -> SetObjectCountAtIdleTime(This,dwOIDCount)
  257. #endif /* COBJMACROS */
  258. #endif /* C style interface */
  259. ULONG STDMETHODCALLTYPE IPAControl_AddRefOnProcess_Proxy(
  260. IPAControl * This);
  261. void __RPC_STUB IPAControl_AddRefOnProcess_Stub(
  262. IRpcStubBuffer *This,
  263. IRpcChannelBuffer *_pRpcChannelBuffer,
  264. PRPC_MESSAGE _pRpcMessage,
  265. DWORD *_pdwStubPhase);
  266. ULONG STDMETHODCALLTYPE IPAControl_ReleaseRefOnProcess_Proxy(
  267. IPAControl * This);
  268. void __RPC_STUB IPAControl_ReleaseRefOnProcess_Stub(
  269. IRpcStubBuffer *This,
  270. IRpcChannelBuffer *_pRpcChannelBuffer,
  271. PRPC_MESSAGE _pRpcMessage,
  272. DWORD *_pdwStubPhase);
  273. void STDMETHODCALLTYPE IPAControl_PendingInit_Proxy(
  274. IPAControl * This);
  275. void __RPC_STUB IPAControl_PendingInit_Stub(
  276. IRpcStubBuffer *This,
  277. IRpcChannelBuffer *_pRpcChannelBuffer,
  278. PRPC_MESSAGE _pRpcMessage,
  279. DWORD *_pdwStubPhase);
  280. void STDMETHODCALLTYPE IPAControl_ServicesReady_Proxy(
  281. IPAControl * This);
  282. void __RPC_STUB IPAControl_ServicesReady_Stub(
  283. IRpcStubBuffer *This,
  284. IRpcChannelBuffer *_pRpcChannelBuffer,
  285. PRPC_MESSAGE _pRpcMessage,
  286. DWORD *_pdwStubPhase);
  287. HRESULT STDMETHODCALLTYPE IPAControl_SuspendApplication_Proxy(
  288. IPAControl * This,
  289. /* [in] */ REFGUID rguidApplID);
  290. void __RPC_STUB IPAControl_SuspendApplication_Stub(
  291. IRpcStubBuffer *This,
  292. IRpcChannelBuffer *_pRpcChannelBuffer,
  293. PRPC_MESSAGE _pRpcMessage,
  294. DWORD *_pdwStubPhase);
  295. HRESULT STDMETHODCALLTYPE IPAControl_PendingApplication_Proxy(
  296. IPAControl * This,
  297. /* [in] */ REFGUID rguidApplID);
  298. void __RPC_STUB IPAControl_PendingApplication_Stub(
  299. IRpcStubBuffer *This,
  300. IRpcChannelBuffer *_pRpcChannelBuffer,
  301. PRPC_MESSAGE _pRpcMessage,
  302. DWORD *_pdwStubPhase);
  303. HRESULT STDMETHODCALLTYPE IPAControl_ResumeApplication_Proxy(
  304. IPAControl * This,
  305. /* [in] */ REFGUID rguidApplID);
  306. void __RPC_STUB IPAControl_ResumeApplication_Stub(
  307. IRpcStubBuffer *This,
  308. IRpcChannelBuffer *_pRpcChannelBuffer,
  309. PRPC_MESSAGE _pRpcMessage,
  310. DWORD *_pdwStubPhase);
  311. HRESULT STDMETHODCALLTYPE IPAControl_SuspendAll_Proxy(
  312. IPAControl * This);
  313. void __RPC_STUB IPAControl_SuspendAll_Stub(
  314. IRpcStubBuffer *This,
  315. IRpcChannelBuffer *_pRpcChannelBuffer,
  316. PRPC_MESSAGE _pRpcMessage,
  317. DWORD *_pdwStubPhase);
  318. HRESULT STDMETHODCALLTYPE IPAControl_ResumeAll_Proxy(
  319. IPAControl * This);
  320. void __RPC_STUB IPAControl_ResumeAll_Stub(
  321. IRpcStubBuffer *This,
  322. IRpcChannelBuffer *_pRpcChannelBuffer,
  323. PRPC_MESSAGE _pRpcMessage,
  324. DWORD *_pdwStubPhase);
  325. HRESULT STDMETHODCALLTYPE IPAControl_ForcedShutdown_Proxy(
  326. IPAControl * This);
  327. void __RPC_STUB IPAControl_ForcedShutdown_Stub(
  328. IRpcStubBuffer *This,
  329. IRpcChannelBuffer *_pRpcChannelBuffer,
  330. PRPC_MESSAGE _pRpcMessage,
  331. DWORD *_pdwStubPhase);
  332. HRESULT STDMETHODCALLTYPE IPAControl_SetIdleTimeoutToZero_Proxy(
  333. IPAControl * This);
  334. void __RPC_STUB IPAControl_SetIdleTimeoutToZero_Stub(
  335. IRpcStubBuffer *This,
  336. IRpcChannelBuffer *_pRpcChannelBuffer,
  337. PRPC_MESSAGE _pRpcMessage,
  338. DWORD *_pdwStubPhase);
  339. HRESULT STDMETHODCALLTYPE IPAControl_SetObjectCountAtIdleTime_Proxy(
  340. IPAControl * This,
  341. /* [in] */ DWORD dwOIDCount);
  342. void __RPC_STUB IPAControl_SetObjectCountAtIdleTime_Stub(
  343. IRpcStubBuffer *This,
  344. IRpcChannelBuffer *_pRpcChannelBuffer,
  345. PRPC_MESSAGE _pRpcMessage,
  346. DWORD *_pdwStubPhase);
  347. #endif /* __IPAControl_INTERFACE_DEFINED__ */
  348. #ifndef __IServicesSink_INTERFACE_DEFINED__
  349. #define __IServicesSink_INTERFACE_DEFINED__
  350. /* interface IServicesSink */
  351. /* [unique][uuid][local][object] */
  352. EXTERN_C const IID IID_IServicesSink;
  353. #if defined(__cplusplus) && !defined(CINTERFACE)
  354. MIDL_INTERFACE("000001d3-0000-0000-C000-000000000046")
  355. IServicesSink : public IUnknown
  356. {
  357. public:
  358. virtual void STDMETHODCALLTYPE ApplicationLaunch(
  359. /* [in] */ REFGUID rguidApplID,
  360. /* [in] */ ApplicationType appType) = 0;
  361. virtual void STDMETHODCALLTYPE ApplicationFree(
  362. /* [in] */ REFGUID rguidApplID) = 0;
  363. virtual void STDMETHODCALLTYPE ProcessFree( void) = 0;
  364. virtual HRESULT STDMETHODCALLTYPE PauseApplication( void) = 0;
  365. virtual HRESULT STDMETHODCALLTYPE ResumeApplication( void) = 0;
  366. };
  367. #else /* C style interface */
  368. typedef struct IServicesSinkVtbl
  369. {
  370. BEGIN_INTERFACE
  371. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  372. IServicesSink * This,
  373. /* [in] */ REFIID riid,
  374. /* [iid_is][out] */ void **ppvObject);
  375. ULONG ( STDMETHODCALLTYPE *AddRef )(
  376. IServicesSink * This);
  377. ULONG ( STDMETHODCALLTYPE *Release )(
  378. IServicesSink * This);
  379. void ( STDMETHODCALLTYPE *ApplicationLaunch )(
  380. IServicesSink * This,
  381. /* [in] */ REFGUID rguidApplID,
  382. /* [in] */ ApplicationType appType);
  383. void ( STDMETHODCALLTYPE *ApplicationFree )(
  384. IServicesSink * This,
  385. /* [in] */ REFGUID rguidApplID);
  386. void ( STDMETHODCALLTYPE *ProcessFree )(
  387. IServicesSink * This);
  388. HRESULT ( STDMETHODCALLTYPE *PauseApplication )(
  389. IServicesSink * This);
  390. HRESULT ( STDMETHODCALLTYPE *ResumeApplication )(
  391. IServicesSink * This);
  392. END_INTERFACE
  393. } IServicesSinkVtbl;
  394. interface IServicesSink
  395. {
  396. CONST_VTBL struct IServicesSinkVtbl *lpVtbl;
  397. };
  398. #ifdef COBJMACROS
  399. #define IServicesSink_QueryInterface(This,riid,ppvObject) \
  400. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  401. #define IServicesSink_AddRef(This) \
  402. (This)->lpVtbl -> AddRef(This)
  403. #define IServicesSink_Release(This) \
  404. (This)->lpVtbl -> Release(This)
  405. #define IServicesSink_ApplicationLaunch(This,rguidApplID,appType) \
  406. (This)->lpVtbl -> ApplicationLaunch(This,rguidApplID,appType)
  407. #define IServicesSink_ApplicationFree(This,rguidApplID) \
  408. (This)->lpVtbl -> ApplicationFree(This,rguidApplID)
  409. #define IServicesSink_ProcessFree(This) \
  410. (This)->lpVtbl -> ProcessFree(This)
  411. #define IServicesSink_PauseApplication(This) \
  412. (This)->lpVtbl -> PauseApplication(This)
  413. #define IServicesSink_ResumeApplication(This) \
  414. (This)->lpVtbl -> ResumeApplication(This)
  415. #endif /* COBJMACROS */
  416. #endif /* C style interface */
  417. void STDMETHODCALLTYPE IServicesSink_ApplicationLaunch_Proxy(
  418. IServicesSink * This,
  419. /* [in] */ REFGUID rguidApplID,
  420. /* [in] */ ApplicationType appType);
  421. void __RPC_STUB IServicesSink_ApplicationLaunch_Stub(
  422. IRpcStubBuffer *This,
  423. IRpcChannelBuffer *_pRpcChannelBuffer,
  424. PRPC_MESSAGE _pRpcMessage,
  425. DWORD *_pdwStubPhase);
  426. void STDMETHODCALLTYPE IServicesSink_ApplicationFree_Proxy(
  427. IServicesSink * This,
  428. /* [in] */ REFGUID rguidApplID);
  429. void __RPC_STUB IServicesSink_ApplicationFree_Stub(
  430. IRpcStubBuffer *This,
  431. IRpcChannelBuffer *_pRpcChannelBuffer,
  432. PRPC_MESSAGE _pRpcMessage,
  433. DWORD *_pdwStubPhase);
  434. void STDMETHODCALLTYPE IServicesSink_ProcessFree_Proxy(
  435. IServicesSink * This);
  436. void __RPC_STUB IServicesSink_ProcessFree_Stub(
  437. IRpcStubBuffer *This,
  438. IRpcChannelBuffer *_pRpcChannelBuffer,
  439. PRPC_MESSAGE _pRpcMessage,
  440. DWORD *_pdwStubPhase);
  441. HRESULT STDMETHODCALLTYPE IServicesSink_PauseApplication_Proxy(
  442. IServicesSink * This);
  443. void __RPC_STUB IServicesSink_PauseApplication_Stub(
  444. IRpcStubBuffer *This,
  445. IRpcChannelBuffer *_pRpcChannelBuffer,
  446. PRPC_MESSAGE _pRpcMessage,
  447. DWORD *_pdwStubPhase);
  448. HRESULT STDMETHODCALLTYPE IServicesSink_ResumeApplication_Proxy(
  449. IServicesSink * This);
  450. void __RPC_STUB IServicesSink_ResumeApplication_Stub(
  451. IRpcStubBuffer *This,
  452. IRpcChannelBuffer *_pRpcChannelBuffer,
  453. PRPC_MESSAGE _pRpcMessage,
  454. DWORD *_pdwStubPhase);
  455. #endif /* __IServicesSink_INTERFACE_DEFINED__ */
  456. /* interface __MIDL_itf_unisrgt_0097 */
  457. /* [local] */
  458. STDAPI CoRegisterSurrogateEx (REFGUID rguidProcessID,
  459. ISurrogate* pSrgt);
  460. STDAPI CoLoadServices (REFGUID rguidProcessID,
  461. IPAControl* pPAControl,
  462. REFIID riid, void **ppv );
  463. typedef HRESULT (STDAPICALLTYPE *FN_CoLoadServices)
  464. (REFGUID rguidProcessID,
  465. IPAControl* pPAControl,
  466. REFIID riid, void **ppv );
  467. extern RPC_IF_HANDLE __MIDL_itf_unisrgt_0097_ClientIfHandle;
  468. extern RPC_IF_HANDLE __MIDL_itf_unisrgt_0097_ServerIfHandle;
  469. /* Additional Prototypes for ALL interfaces */
  470. /* end of Additional Prototypes */
  471. #ifdef __cplusplus
  472. }
  473. #endif
  474. #endif