1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for hxhelppaneproxy.idl:
8       Oicf, W0, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 500
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37 #ifndef COM_NO_WINDOWS_H
38 #include "windows.h"
39 #include "ole2.h"
40 #endif /*COM_NO_WINDOWS_H*/
41
42 #ifndef __hxhelppaneproxy_h__
43 #define __hxhelppaneproxy_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IHxHelpPane_FWD_DEFINED__
52 #define __IHxHelpPane_FWD_DEFINED__
53 typedef interface IHxHelpPane IHxHelpPane;
54 #endif     /* __IHxHelpPane_FWD_DEFINED__ */
55
56
57 #ifndef __HxHelpPane_FWD_DEFINED__
58 #define __HxHelpPane_FWD_DEFINED__
59
60 #ifdef __cplusplus
61 typedef class HxHelpPane HxHelpPane;
62 #else
63 typedef struct HxHelpPane HxHelpPane;
64 #endif /* __cplusplus */
65
66 #endif     /* __HxHelpPane_FWD_DEFINED__ */
67
68
69 /* header files for imported files */
70 #include "oaidl.h"
71
72 #ifdef __cplusplus
73 extern "C"{
74 #endif 
75
76
77 /* interface __MIDL_itf_hxhelppaneproxy_0000_0000 */
78 /* [local] */ 
79
80
81
82
83 extern RPC_IF_HANDLE __MIDL_itf_hxhelppaneproxy_0000_0000_v0_0_c_ifspec;
84 extern RPC_IF_HANDLE __MIDL_itf_hxhelppaneproxy_0000_0000_v0_0_s_ifspec;
85
86 #ifndef __IHxHelpPane_INTERFACE_DEFINED__
87 #define __IHxHelpPane_INTERFACE_DEFINED__
88
89 /* interface IHxHelpPane */
90 /* [hidden][oleautomation][helpstring][uuid][unique][object] */ 
91
92
93 EXTERN_C const IID IID_IHxHelpPane;
94
95 #if defined(__cplusplus) && !defined(CINTERFACE)
96       
97       MIDL_INTERFACE("8cec5884-07a1-11d9-b15e-000d56bfe6ee")
98       IHxHelpPane : public IUnknown
99       {
100       public:
101              virtual HRESULT STDMETHODCALLTYPE DisplayTask( 
102                     /* [in] */ __RPC__in BSTR bstrUrl) = 0;
103              
104              virtual HRESULT STDMETHODCALLTYPE DisplayContents( 
105                     /* [in] */ __RPC__in BSTR bstrUrl) = 0;
106              
107              virtual HRESULT STDMETHODCALLTYPE DisplaySearchResults( 
108                     /* [in] */ __RPC__in BSTR bstrSearchQuery) = 0;
109              
110       };
111       
112 #else     /* C style interface */
113
114       typedef struct IHxHelpPaneVtbl
115       {
116              BEGIN_INTERFACE
117              
118              HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
119                     IHxHelpPane * This,
120                     /* [in] */ __RPC__in REFIID riid,
121                     /* [iid_is][out] */ 
122                     __RPC__deref_out  void **ppvObject);
123              
124              ULONG ( STDMETHODCALLTYPE *AddRef )( 
Lines 125 ... 134 are skipped.
135                     IHxHelpPane * This,
136                     /* [in] */ __RPC__in BSTR bstrUrl);
137              
138              HRESULT ( STDMETHODCALLTYPE *DisplaySearchResults )( 
139                     IHxHelpPane * This,
140                     /* [in] */ __RPC__in BSTR bstrSearchQuery);
141              
142              END_INTERFACE
143       } IHxHelpPaneVtbl;
144
145       interface IHxHelpPane
146       {
147              CONST_VTBL struct IHxHelpPaneVtbl *lpVtbl;
148       };
149
150       
151
152 #ifdef COBJMACROS
153
154
155 #define IHxHelpPane_QueryInterface(This,riid,ppvObject)    \
156       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
157
158 #define IHxHelpPane_AddRef(This)    \
159       ( (This)->lpVtbl -> AddRef(This) ) 
160
161 #define IHxHelpPane_Release(This)    \
162       ( (This)->lpVtbl -> Release(This) ) 
163
164
165 #define IHxHelpPane_DisplayTask(This,bstrUrl)    \
166       ( (This)->lpVtbl -> DisplayTask(This,bstrUrl) ) 
167
168 #define IHxHelpPane_DisplayContents(This,bstrUrl)    \
169       ( (This)->lpVtbl -> DisplayContents(This,bstrUrl) ) 
170
171 #define IHxHelpPane_DisplaySearchResults(This,bstrSearchQuery)    \
172       ( (This)->lpVtbl -> DisplaySearchResults(This,bstrSearchQuery) ) 
173
174 #endif /* COBJMACROS */
175
176
177 #endif     /* C style interface */
178
179
180
181
182 #endif     /* __IHxHelpPane_INTERFACE_DEFINED__ */
183
184
185
186 #ifndef __HelpPane_LIBRARY_DEFINED__
187 #define __HelpPane_LIBRARY_DEFINED__
188
189 /* library HelpPane */
190 /* [helpstring][version][uuid] */ 
191
192
193 EXTERN_C const IID LIBID_HelpPane;
194
195 EXTERN_C const CLSID CLSID_HxHelpPane;
196
197 #ifdef __cplusplus
198
199 class DECLSPEC_UUID("8cec58e7-07a1-11d9-b15e-000d56bfe6ee")
200 HxHelpPane;
201 #endif
202 #endif /* __HelpPane_LIBRARY_DEFINED__ */
203
204 /* interface __MIDL_itf_hxhelppaneproxy_0000_0001 */
205 /* [local] */ 
206
207 #ifdef _INC_COMDEF
208       _COM_SMARTPTR_TYPEDEF(IHxHelpPane,__uuidof(IHxHelpPane)) ;
209 #endif
210
211
212 extern RPC_IF_HANDLE __MIDL_itf_hxhelppaneproxy_0000_0001_v0_0_c_ifspec;
213 extern RPC_IF_HANDLE __MIDL_itf_hxhelppaneproxy_0000_0001_v0_0_s_ifspec;
214
215 /* Additional Prototypes for ALL interfaces */
216
217 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
218 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
219 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
220 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
221
222 unsigned long                     __RPC_USER  BSTR_UserSize64(        unsigned long *, unsigned long                    , BSTR * ); 
223 unsigned char * __RPC_USER  BSTR_UserMarshal64(  unsigned long *, unsigned char *, BSTR * ); 
224 unsigned char * __RPC_USER  BSTR_UserUnmarshal64(unsigned long *, unsigned char *, BSTR * ); 
225 void                                    __RPC_USER  BSTR_UserFree64(        unsigned long *, BSTR * ); 
226
227 /* end of Additional Prototypes */
228
229 #ifdef __cplusplus
230 }
231 #endif
232
233 #endif
234
235
236
237