/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0361 */ /* Compiler settings for coreconui.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c_ext, robust error checks: allocation ref bounds_check enum stub_data VC __declspec() decoration level: __declspec(uuid()), __declspec(selectany), __declspec(novtable) DECLSPEC_UUID(), MIDL_INTERFACE() */ //@@MIDL_FILE_HEADING( ) #pragma warning( disable: 4049 ) /* more than 64k source lines */ /* verify that the version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 #endif #include "rpc.h" #include "rpcndr.h" #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of #endif // __RPCNDR_H_VERSION__ #ifndef COM_NO_WINDOWS_H #include "windows.h" #include "ole2.h" #endif /*COM_NO_WINDOWS_H*/ #ifndef __coreconui_h__ #define __coreconui_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif /* Forward Declarations */ #ifndef __ICcConnectUI_FWD_DEFINED__ #define __ICcConnectUI_FWD_DEFINED__ typedef interface ICcConnectUI ICcConnectUI; #endif /* __ICcConnectUI_FWD_DEFINED__ */ #ifndef __CcConnectUI_FWD_DEFINED__ #define __CcConnectUI_FWD_DEFINED__ #ifdef __cplusplus typedef class CcConnectUI CcConnectUI; #else typedef struct CcConnectUI CcConnectUI; #endif /* __cplusplus */ #endif /* __CcConnectUI_FWD_DEFINED__ */ /* header files for imported files */ #include "oaidl.h" #include "ocidl.h" #include "CcDatastore.h" #include "CcConnection.h" #ifdef __cplusplus extern "C"{ #endif void * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void * ); #ifndef __ICcConnectUI_INTERFACE_DEFINED__ #define __ICcConnectUI_INTERFACE_DEFINED__ /* interface ICcConnectUI */ /* [unique][helpstring][uuid][object] */ EXTERN_C const IID IID_ICcConnectUI; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("FE48CFF8-8FC4-4434-8CFE-203EE9D89D67") ICcConnectUI : public IUnknown { public: virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE Configure( /* [in] */ HWND hWnd) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetDevice( /* [in] */ HWND hWnd, /* [out] */ ICcDevice **ppiDevice) = 0; virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE Connect( /* [in] */ HWND hWnd, /* [in] */ ICcDevice *piDevice, /* [out] */ ICcConnection **ppiConnection) = 0; }; #else /* C style interface */ typedef struct ICcConnectUIVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( ICcConnectUI * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( ICcConnectUI * This); ULONG ( STDMETHODCALLTYPE *Release )( ICcConnectUI * This); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *Configure )( ICcConnectUI * This, /* [in] */ HWND hWnd); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetDevice )( ICcConnectUI * This, /* [in] */ HWND hWnd, /* [out] */ ICcDevice **ppiDevice); /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *Connect )( ICcConnectUI * This, /* [in] */ HWND hWnd, /* [in] */ ICcDevice *piDevice, /* [out] */ ICcConnection **ppiConnection); END_INTERFACE } ICcConnectUIVtbl; interface ICcConnectUI { CONST_VTBL struct ICcConnectUIVtbl *lpVtbl; }; #ifdef COBJMACROS #define ICcConnectUI_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define ICcConnectUI_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define ICcConnectUI_Release(This) \ (This)->lpVtbl -> Release(This) #define ICcConnectUI_Configure(This,hWnd) \ (This)->lpVtbl -> Configure(This,hWnd) #define ICcConnectUI_GetDevice(This,hWnd,ppiDevice) \ (This)->lpVtbl -> GetDevice(This,hWnd,ppiDevice) #define ICcConnectUI_Connect(This,hWnd,piDevice,ppiConnection) \ (This)->lpVtbl -> Connect(This,hWnd,piDevice,ppiConnection) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring] */ HRESULT STDMETHODCALLTYPE ICcConnectUI_Configure_Proxy( ICcConnectUI * This, /* [in] */ HWND hWnd); void __RPC_STUB ICcConnectUI_Configure_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE ICcConnectUI_GetDevice_Proxy( ICcConnectUI * This, /* [in] */ HWND hWnd, /* [out] */ ICcDevice **ppiDevice); void __RPC_STUB ICcConnectUI_GetDevice_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring] */ HRESULT STDMETHODCALLTYPE ICcConnectUI_Connect_Proxy( ICcConnectUI * This, /* [in] */ HWND hWnd, /* [in] */ ICcDevice *piDevice, /* [out] */ ICcConnection **ppiConnection); void __RPC_STUB ICcConnectUI_Connect_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __ICcConnectUI_INTERFACE_DEFINED__ */ #ifndef __CcConnectUILib_LIBRARY_DEFINED__ #define __CcConnectUILib_LIBRARY_DEFINED__ /* library CcConnectUILib */ /* [helpstring][version][uuid] */ EXTERN_C const IID LIBID_CcConnectUILib; EXTERN_C const CLSID CLSID_CcConnectUI; #ifdef __cplusplus class DECLSPEC_UUID("83887B03-08F3-48D3-90A9-474A9FC018C3") CcConnectUI; #endif #endif /* __CcConnectUILib_LIBRARY_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ unsigned long __RPC_USER HWND_UserSize( unsigned long *, unsigned long , HWND * ); unsigned char * __RPC_USER HWND_UserMarshal( unsigned long *, unsigned char *, HWND * ); unsigned char * __RPC_USER HWND_UserUnmarshal(unsigned long *, unsigned char *, HWND * ); void __RPC_USER HWND_UserFree( unsigned long *, HWND * ); /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif