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 certmod.idl:
8       Oicf, W1, 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 __certmod_h__
43 #define __certmod_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __ICertManageModule_FWD_DEFINED__
52 #define __ICertManageModule_FWD_DEFINED__
53 typedef interface ICertManageModule ICertManageModule;
54 #endif     /* __ICertManageModule_FWD_DEFINED__ */
55
56
57 /* header files for imported files */
58 #include "wtypes.h"
59 #include "oaidl.h"
60
61 #ifdef __cplusplus
62 extern "C"{
63 #endif 
64
65
66 /* interface __MIDL_itf_certmod_0000_0000 */
67 /* [local] */ 
68
69 #define    CMM_REFRESHONLY    ( 0x1 )
70
71 #define    CMM_READONLY    ( 0x2 )
72
73 const WCHAR wszCMM_PROP_NAME[  ]    =    L"Name";
74
75 const WCHAR wszCMM_PROP_DESCRIPTION[  ]    =    L"Description";
76
77 const WCHAR wszCMM_PROP_COPYRIGHT[  ]    =    L"Copyright";
78
79 const WCHAR wszCMM_PROP_FILEVER[  ]    =    L"File Version";
80
81 const WCHAR wszCMM_PROP_PRODUCTVER[  ]    =    L"Product Version";
82
83 const WCHAR wszCMM_PROP_DISPLAY_HWND[  ]    =    L"HWND";
84
85 const WCHAR wszCMM_PROP_ISMULTITHREADED[  ]    =    L"IsMultiThreaded";
86
87
88
89 extern RPC_IF_HANDLE __MIDL_itf_certmod_0000_0000_v0_0_c_ifspec;
90 extern RPC_IF_HANDLE __MIDL_itf_certmod_0000_0000_v0_0_s_ifspec;
91
92 #ifndef __ICertManageModule_INTERFACE_DEFINED__
93 #define __ICertManageModule_INTERFACE_DEFINED__
94
95 /* interface ICertManageModule */
96 /* [unique][helpstring][dual][uuid][object] */ 
97
98
99 EXTERN_C const IID IID_ICertManageModule;
100
101 #if defined(__cplusplus) && !defined(CINTERFACE)
102       
103       MIDL_INTERFACE("e7d7ad42-bd3d-11d1-9a4d-00c04fc297eb")
104       ICertManageModule : public IDispatch
105       {
106       public:
107              virtual HRESULT STDMETHODCALLTYPE GetProperty( 
108                     /* [in] */ __RPC__in const BSTR strConfig,
109                     /* [in] */ __RPC__in BSTR strStorageLocation,
110                     /* [in] */ __RPC__in BSTR strPropertyName,
111                     /* [in] */ LONG Flags,
112                     /* [retval][out] */ __RPC__out VARIANT *pvarProperty) = 0;
113              
114              virtual HRESULT STDMETHODCALLTYPE SetProperty( 
115                     /* [in] */ __RPC__in const BSTR strConfig,
116                     /* [in] */ __RPC__in BSTR strStorageLocation,
117                     /* [in] */ __RPC__in BSTR strPropertyName,
118                     /* [in] */ LONG Flags,
119                     /* [in] */ __RPC__in const VARIANT *pvarProperty) = 0;
120              
121              virtual HRESULT STDMETHODCALLTYPE Configure( 
122                     /* [in] */ __RPC__in const BSTR strConfig,
123                     /* [in] */ __RPC__in BSTR strStorageLocation,
124                     /* [in] */ LONG Flags) = 0;
125              
126       };
127       
128 #else     /* C style interface */
129
130       typedef struct ICertManageModuleVtbl
131       {
132              BEGIN_INTERFACE
133              
134              HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
135                     ICertManageModule * This,
136                     /* [in] */ __RPC__in REFIID riid,
137                     /* [iid_is][out] */ 
138                     __RPC__deref_out  void **ppvObject);
139              
140              ULONG ( STDMETHODCALLTYPE *AddRef )( 
141                     ICertManageModule * This);
142              
143              ULONG ( STDMETHODCALLTYPE *Release )( 
144                     ICertManageModule * This);
145              
146              HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
147                     ICertManageModule * This,
148                     /* [out] */ __RPC__out UINT *pctinfo);
Lines 149 ... 158 are skipped.
159                     /* [size_is][in] */ __RPC__in_ecount_full(cNames) LPOLESTR *rgszNames,
160                     /* [range][in] */ UINT cNames,
161                     /* [in] */ LCID lcid,
162                     /* [size_is][out] */ __RPC__out_ecount_full(cNames) DISPID *rgDispId);
163              
164              /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
165                     ICertManageModule * This,
166                     /* [in] */ DISPID dispIdMember,
167                     /* [in] */ REFIID riid,
168                     /* [in] */ LCID lcid,
169                     /* [in] */ WORD wFlags,
170                     /* [out][in] */ DISPPARAMS *pDispParams,
171                     /* [out] */ VARIANT *pVarResult,
172                     /* [out] */ EXCEPINFO *pExcepInfo,
173                     /* [out] */ UINT *puArgErr);
174              
175              HRESULT ( STDMETHODCALLTYPE *GetProperty )( 
176                     ICertManageModule * This,
177                     /* [in] */ __RPC__in const BSTR strConfig,
178                     /* [in] */ __RPC__in BSTR strStorageLocation,
179                     /* [in] */ __RPC__in BSTR strPropertyName,
180                     /* [in] */ LONG Flags,
181                     /* [retval][out] */ __RPC__out VARIANT *pvarProperty);
182              
183              HRESULT ( STDMETHODCALLTYPE *SetProperty )( 
184                     ICertManageModule * This,
185                     /* [in] */ __RPC__in const BSTR strConfig,
186                     /* [in] */ __RPC__in BSTR strStorageLocation,
187                     /* [in] */ __RPC__in BSTR strPropertyName,
188                     /* [in] */ LONG Flags,
189                     /* [in] */ __RPC__in const VARIANT *pvarProperty);
190              
191              HRESULT ( STDMETHODCALLTYPE *Configure )( 
192                     ICertManageModule * This,
193                     /* [in] */ __RPC__in const BSTR strConfig,
194                     /* [in] */ __RPC__in BSTR strStorageLocation,
195                     /* [in] */ LONG Flags);
196              
197              END_INTERFACE
198       } ICertManageModuleVtbl;
199
200       interface ICertManageModule
201       {
202              CONST_VTBL struct ICertManageModuleVtbl *lpVtbl;
203       };
204
205       
206
207 #ifdef COBJMACROS
208
209
210 #define ICertManageModule_QueryInterface(This,riid,ppvObject)    \
211       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
212
213 #define ICertManageModule_AddRef(This)    \
214       ( (This)->lpVtbl -> AddRef(This) ) 
215
216 #define ICertManageModule_Release(This)    \
217       ( (This)->lpVtbl -> Release(This) ) 
218
219
220 #define ICertManageModule_GetTypeInfoCount(This,pctinfo)    \
221       ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) 
222
223 #define ICertManageModule_GetTypeInfo(This,iTInfo,lcid,ppTInfo)    \
224       ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) 
225
226 #define ICertManageModule_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)    \
227       ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) 
228
229 #define ICertManageModule_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)    \
230       ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) 
231
232
233 #define ICertManageModule_GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty)    \
234       ( (This)->lpVtbl -> GetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) ) 
235
236 #define ICertManageModule_SetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty)    \
237       ( (This)->lpVtbl -> SetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) ) 
238
239 #define ICertManageModule_Configure(This,strConfig,strStorageLocation,Flags)    \
240       ( (This)->lpVtbl -> Configure(This,strConfig,strStorageLocation,Flags) ) 
241
242 #endif /* COBJMACROS */
243
244
245 #endif     /* C style interface */
246
247
248
249
250 #endif     /* __ICertManageModule_INTERFACE_DEFINED__ */
251
252
253 /* Additional Prototypes for ALL interfaces */
254
255 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
256 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
257 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
258 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
259
260 unsigned long                     __RPC_USER  VARIANT_UserSize(        unsigned long *, unsigned long                    , VARIANT * ); 
261 unsigned char * __RPC_USER  VARIANT_UserMarshal(  unsigned long *, unsigned char *, VARIANT * ); 
262 unsigned char * __RPC_USER  VARIANT_UserUnmarshal(unsigned long *, unsigned char *, VARIANT * ); 
263 void                                    __RPC_USER  VARIANT_UserFree(        unsigned long *, VARIANT * ); 
264
265 unsigned long                     __RPC_USER  BSTR_UserSize64(        unsigned long *, unsigned long                    , BSTR * ); 
266 unsigned char * __RPC_USER  BSTR_UserMarshal64(  unsigned long *, unsigned char *, BSTR * ); 
267 unsigned char * __RPC_USER  BSTR_UserUnmarshal64(unsigned long *, unsigned char *, BSTR * ); 
268 void                                    __RPC_USER  BSTR_UserFree64(        unsigned long *, BSTR * ); 
269
270 unsigned long                     __RPC_USER  VARIANT_UserSize64(        unsigned long *, unsigned long                    , VARIANT * ); 
271 unsigned char * __RPC_USER  VARIANT_UserMarshal64(  unsigned long *, unsigned char *, VARIANT * ); 
272 unsigned char * __RPC_USER  VARIANT_UserUnmarshal64(unsigned long *, unsigned char *, VARIANT * ); 
273 void                                    __RPC_USER  VARIANT_UserFree64(        unsigned long *, VARIANT * ); 
274
275 /* end of Additional Prototypes */
276
277 #ifdef __cplusplus
278 }
279 #endif
280
281 #endif
282
283
284
285