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 nsscore.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 __nsscore_h__
43 #define __nsscore_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IWMSClassObject_FWD_DEFINED__
52 #define __IWMSClassObject_FWD_DEFINED__
53 typedef interface IWMSClassObject IWMSClassObject;
54 #endif     /* __IWMSClassObject_FWD_DEFINED__ */
55
56
57 /* header files for imported files */
58 #include "oaidl.h"
59 #include "wmscontext.h"
60
61 #ifdef __cplusplus
62 extern "C"{
63 #endif 
64
65
66 /* interface __MIDL_itf_nsscore_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 nsscore.idl
75 //
76 // DO NOT EDIT THIS FILE.
77 //
78 //*****************************************************************************
79 #if _MSC_VER > 1000
80 #pragma once
81 #endif // _MSC_VER > 1000
82 EXTERN_GUID( IID_IWMSClassObject, 0xF54E23A4,0x1B1A,0x11d1,0x9E,0x90,0x00,0x60,0x97,0xD2,0xD7,0xCF );
83
84
85 extern RPC_IF_HANDLE __MIDL_itf_nsscore_0000_0000_v0_0_c_ifspec;
86 extern RPC_IF_HANDLE __MIDL_itf_nsscore_0000_0000_v0_0_s_ifspec;
87
88 #ifndef __IWMSClassObject_INTERFACE_DEFINED__
89 #define __IWMSClassObject_INTERFACE_DEFINED__
90
91 /* interface IWMSClassObject */
92 /* [object][helpstring][version][uuid] */ 
93
94
95 EXTERN_C const IID IID_IWMSClassObject;
96
97 #if defined(__cplusplus) && !defined(CINTERFACE)
98       
99       MIDL_INTERFACE("F54E23A4-1B1A-11d1-9E90-006097D2D7CF")
100       IWMSClassObject : public IUnknown
101       {
102       public:
103              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE CreateInstance( 
104                     /* [in] */ __RPC__in REFIID riid,
105                     /* [iid_is][out] */ __RPC__deref_out_opt void **ppunk) = 0;
106              
107              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AllocIWMSPacket( 
108                     /* [in] */ __RPC__in REFIID riid,
109                     /* [iid_is][out] */ __RPC__deref_out_opt void **ppunk) = 0;
110              
111              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AllocIWMSPacketList( 
112                     /* [in] */ __RPC__in REFIID riid,
113                     /* [iid_is][out] */ __RPC__deref_out_opt void **ppunk) = 0;
114              
115              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AllocIWMSContext( 
116                     /* [in] */ __RPC__in REFIID riid,
117                     /* [in] */ WMS_CONTEXT_TYPE ContextType,
118                     /* [in] */ __RPC__in_opt IUnknown *pRelatedContext,
119                     /* [iid_is][out] */ __RPC__deref_out_opt void **ppunk) = 0;
120              
121              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AllocIWMSCommandContext( 
122                     /* [in] */ __RPC__in REFIID riid,
123                     /* [in] */ __RPC__in_opt IUnknown *pRelatedContext,
Lines 124 ... 133 are skipped.
134              HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
135                     IWMSClassObject * This,
136                     /* [in] */ __RPC__in REFIID riid,
137                     /* [iid_is][out] */ 
138                     __RPC__deref_out  void **ppvObject);
139              
140              ULONG ( STDMETHODCALLTYPE *AddRef )( 
141                     IWMSClassObject * This);
142              
143              ULONG ( STDMETHODCALLTYPE *Release )( 
144                     IWMSClassObject * This);
145              
146              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *CreateInstance )( 
147                     IWMSClassObject * This,
148                     /* [in] */ __RPC__in REFIID riid,
149                     /* [iid_is][out] */ __RPC__deref_out_opt void **ppunk);
150              
151              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AllocIWMSPacket )( 
152                     IWMSClassObject * This,
153                     /* [in] */ __RPC__in REFIID riid,
154                     /* [iid_is][out] */ __RPC__deref_out_opt void **ppunk);
155              
156              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AllocIWMSPacketList )( 
157                     IWMSClassObject * This,
158                     /* [in] */ __RPC__in REFIID riid,
159                     /* [iid_is][out] */ __RPC__deref_out_opt void **ppunk);
160              
161              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AllocIWMSContext )( 
162                     IWMSClassObject * This,
163                     /* [in] */ __RPC__in REFIID riid,
164                     /* [in] */ WMS_CONTEXT_TYPE ContextType,
165                     /* [in] */ __RPC__in_opt IUnknown *pRelatedContext,
166                     /* [iid_is][out] */ __RPC__deref_out_opt void **ppunk);
167              
168              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AllocIWMSCommandContext )( 
169                     IWMSClassObject * This,
170                     /* [in] */ __RPC__in REFIID riid,
171                     /* [in] */ __RPC__in_opt IUnknown *pRelatedContext,
172                     /* [iid_is][out] */ __RPC__deref_out_opt void **ppunk);
173              
174              END_INTERFACE
175       } IWMSClassObjectVtbl;
176
177       interface IWMSClassObject
178       {
179              CONST_VTBL struct IWMSClassObjectVtbl *lpVtbl;
180       };
181
182       
183
184 #ifdef COBJMACROS
185
186
187 #define IWMSClassObject_QueryInterface(This,riid,ppvObject)    \
188       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
189
190 #define IWMSClassObject_AddRef(This)    \
191       ( (This)->lpVtbl -> AddRef(This) ) 
192
193 #define IWMSClassObject_Release(This)    \
194       ( (This)->lpVtbl -> Release(This) ) 
195
196
197 #define IWMSClassObject_CreateInstance(This,riid,ppunk)    \
198       ( (This)->lpVtbl -> CreateInstance(This,riid,ppunk) ) 
199
200 #define IWMSClassObject_AllocIWMSPacket(This,riid,ppunk)    \
201       ( (This)->lpVtbl -> AllocIWMSPacket(This,riid,ppunk) ) 
202
203 #define IWMSClassObject_AllocIWMSPacketList(This,riid,ppunk)    \
204       ( (This)->lpVtbl -> AllocIWMSPacketList(This,riid,ppunk) ) 
205
206 #define IWMSClassObject_AllocIWMSContext(This,riid,ContextType,pRelatedContext,ppunk)    \
207       ( (This)->lpVtbl -> AllocIWMSContext(This,riid,ContextType,pRelatedContext,ppunk) ) 
208
209 #define IWMSClassObject_AllocIWMSCommandContext(This,riid,pRelatedContext,ppunk)    \
210       ( (This)->lpVtbl -> AllocIWMSCommandContext(This,riid,pRelatedContext,ppunk) ) 
211
212 #endif /* COBJMACROS */
213
214
215 #endif     /* C style interface */
216
217
218
219
220 #endif     /* __IWMSClassObject_INTERFACE_DEFINED__ */
221
222
223 /* Additional Prototypes for ALL interfaces */
224
225 /* end of Additional Prototypes */
226
227 #ifdef __cplusplus
228 }
229 #endif
230
231 #endif
232
233
234
235