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 wmsproxy.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 __wmsproxy_h__
43 #define __wmsproxy_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IWMSProxyContext_FWD_DEFINED__
52 #define __IWMSProxyContext_FWD_DEFINED__
53 typedef interface IWMSProxyContext IWMSProxyContext;
54 #endif     /* __IWMSProxyContext_FWD_DEFINED__ */
55
56
57 /* header files for imported files */
58 #include "objidl.h"
59 #include "wmscontext.h"
60
61 #ifdef __cplusplus
62 extern "C"{
63 #endif 
64
65
66 /* interface __MIDL_itf_wmsproxy_0000_0000 */
67 /* [local] */ 
68
69 //*****************************************************************************
70 //
71 // Microsoft Windows Media
72 // Copyright (C) Microsoft Corporation. All rights reserved.
73 //
74 // Automatically generated by Midl from wmsproxy.idl
75 //
76 // DO NOT EDIT THIS FILE.
77 //
78 //*****************************************************************************
79 #if _MSC_VER > 1000
80 #pragma once
81 #endif // _MSC_VER > 1000
82
83 EXTERN_GUID( IID_IWMSProxyContext,             0x2E34AB85,0x0D3D,0x11d2,0x9E,0xEE,0x00,0x60,0x97,0xD2,0xD7,0xCF );
84
85
86 extern RPC_IF_HANDLE __MIDL_itf_wmsproxy_0000_0000_v0_0_c_ifspec;
87 extern RPC_IF_HANDLE __MIDL_itf_wmsproxy_0000_0000_v0_0_s_ifspec;
88
89 #ifndef __IWMSProxyContext_INTERFACE_DEFINED__
90 #define __IWMSProxyContext_INTERFACE_DEFINED__
91
92 /* interface IWMSProxyContext */
93 /* [helpstring][version][uuid][unique][object] */ 
94
95
96 EXTERN_C const IID IID_IWMSProxyContext;
97
98 #if defined(__cplusplus) && !defined(CINTERFACE)
99       
100       MIDL_INTERFACE("2E34AB85-0D3D-11d2-9EEE-006097D2D7CF")
101       IWMSProxyContext : public IUnknown
102       {
103       public:
104              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE FindProxyForURL( 
105                     /* [in] */ __RPC__in_opt IWMSContext *pUserContext,
106                     /* [in] */ __RPC__in BSTR bstrUrl,
107                     /* [out] */ __RPC__deref_out_opt BSTR *pbstrProxyServer,
108                     /* [out] */ __RPC__out DWORD *pdwProxyPort) = 0;
109              
110              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetCredentials( 
111                     /* [in] */ __RPC__in_opt IWMSContext *pUserContext,
112                     /* [in] */ __RPC__in BSTR bstrRealm,
113                     /* [in] */ __RPC__in BSTR bstrUrl,
Lines 114 ... 123 are skipped.
124              
125              HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
126                     IWMSProxyContext * This,
127                     /* [in] */ __RPC__in REFIID riid,
128                     /* [iid_is][out] */ 
129                     __RPC__deref_out  void **ppvObject);
130              
131              ULONG ( STDMETHODCALLTYPE *AddRef )( 
132                     IWMSProxyContext * This);
133              
134              ULONG ( STDMETHODCALLTYPE *Release )( 
135                     IWMSProxyContext * This);
136              
137              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *FindProxyForURL )( 
138                     IWMSProxyContext * This,
139                     /* [in] */ __RPC__in_opt IWMSContext *pUserContext,
140                     /* [in] */ __RPC__in BSTR bstrUrl,
141                     /* [out] */ __RPC__deref_out_opt BSTR *pbstrProxyServer,
142                     /* [out] */ __RPC__out DWORD *pdwProxyPort);
143              
144              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetCredentials )( 
145                     IWMSProxyContext * This,
146                     /* [in] */ __RPC__in_opt IWMSContext *pUserContext,
147                     /* [in] */ __RPC__in BSTR bstrRealm,
148                     /* [in] */ __RPC__in BSTR bstrUrl,
149                     /* [out] */ __RPC__deref_out_opt BSTR *pbstrName,
150                     /* [out] */ __RPC__deref_out_opt BSTR *pbstrPassword);
151              
152              END_INTERFACE
153       } IWMSProxyContextVtbl;
154
155       interface IWMSProxyContext
156       {
157              CONST_VTBL struct IWMSProxyContextVtbl *lpVtbl;
158       };
159
160       
161
162 #ifdef COBJMACROS
163
164
165 #define IWMSProxyContext_QueryInterface(This,riid,ppvObject)    \
166       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
167
168 #define IWMSProxyContext_AddRef(This)    \
169       ( (This)->lpVtbl -> AddRef(This) ) 
170
171 #define IWMSProxyContext_Release(This)    \
172       ( (This)->lpVtbl -> Release(This) ) 
173
174
175 #define IWMSProxyContext_FindProxyForURL(This,pUserContext,bstrUrl,pbstrProxyServer,pdwProxyPort)    \
176       ( (This)->lpVtbl -> FindProxyForURL(This,pUserContext,bstrUrl,pbstrProxyServer,pdwProxyPort) ) 
177
178 #define IWMSProxyContext_GetCredentials(This,pUserContext,bstrRealm,bstrUrl,pbstrName,pbstrPassword)    \
179       ( (This)->lpVtbl -> GetCredentials(This,pUserContext,bstrRealm,bstrUrl,pbstrName,pbstrPassword) ) 
180
181 #endif /* COBJMACROS */
182
183
184 #endif     /* C style interface */
185
186
187
188
189 #endif     /* __IWMSProxyContext_INTERFACE_DEFINED__ */
190
191
192 /* Additional Prototypes for ALL interfaces */
193
194 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
195 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
196 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
197 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
198
199 unsigned long                     __RPC_USER  BSTR_UserSize64(        unsigned long *, unsigned long                    , BSTR * ); 
200 unsigned char * __RPC_USER  BSTR_UserMarshal64(  unsigned long *, unsigned char *, BSTR * ); 
201 unsigned char * __RPC_USER  BSTR_UserUnmarshal64(unsigned long *, unsigned char *, BSTR * ); 
202 void                                    __RPC_USER  BSTR_UserFree64(        unsigned long *, BSTR * ); 
203
204 /* end of Additional Prototypes */
205
206 #ifdef __cplusplus
207 }
208 #endif
209
210 #endif
211
212
213
214