[Mmclibrary-cvs] mmclibrary/MMCFormsShim MMCFormsShim.h,1.7,1.8
Brought to you by:
imjimmurphy,
kachalkov
From: Alexander K. <kac...@us...> - 2005-03-15 06:17:35
|
Update of /cvsroot/mmclibrary/mmclibrary/MMCFormsShim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19680/MMCFormsShim Modified Files: MMCFormsShim.h Log Message: Index: MMCFormsShim.h =================================================================== RCS file: /cvsroot/mmclibrary/mmclibrary/MMCFormsShim/MMCFormsShim.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** MMCFormsShim.h 13 Jul 2004 15:36:50 -0000 1.7 --- MMCFormsShim.h 15 Mar 2005 06:16:54 -0000 1.8 *************** *** 5,9 **** /* File created by MIDL compiler version 6.00.0361 */ ! /* at Tue Jul 13 16:27:24 2004 */ /* Compiler settings for .\MMCFormsShim.idl: --- 5,9 ---- /* File created by MIDL compiler version 6.00.0361 */ ! /* at Tue Mar 15 05:54:20 2005 */ /* Compiler settings for .\MMCFormsShim.idl: *************** *** 305,308 **** --- 305,311 ---- /* [retval][out] */ IUnknown **ppControlObject) = 0; + virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE RehostUserControl( + IUnknown *pControlObject) = 0; + }; *************** *** 330,333 **** --- 333,340 ---- /* [retval][out] */ IUnknown **ppControlObject); + /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *RehostUserControl )( + IMMCFormsShim * This, + IUnknown *pControlObject); + END_INTERFACE } IMMCFormsShimVtbl; *************** *** 356,359 **** --- 363,369 ---- (This)->lpVtbl -> HostUserControl(This,Assembly,Class,ppControlObject) + #define IMMCFormsShim_RehostUserControl(This,pControlObject) \ + (This)->lpVtbl -> RehostUserControl(This,pControlObject) + #endif /* COBJMACROS */ *************** *** 377,380 **** --- 387,402 ---- + /* [helpstring] */ HRESULT STDMETHODCALLTYPE IMMCFormsShim_RehostUserControl_Proxy( + IMMCFormsShim * This, + IUnknown *pControlObject); + + + void __RPC_STUB IMMCFormsShim_RehostUserControl_Stub( + IRpcStubBuffer *This, + IRpcChannelBuffer *_pRpcChannelBuffer, + PRPC_MESSAGE _pRpcMessage, + DWORD *_pdwStubPhase); + + #endif /* __IMMCFormsShim_INTERFACE_DEFINED__ */ |