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 wmsincomingcounters.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 __wmsincomingcounters_h__
43 #define __wmsincomingcounters_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IWMSIncomingCounters_FWD_DEFINED__
52 #define __IWMSIncomingCounters_FWD_DEFINED__
53 typedef interface IWMSIncomingCounters IWMSIncomingCounters;
54 #endif     /* __IWMSIncomingCounters_FWD_DEFINED__ */
55
56
57 /* header files for imported files */
58 #include "oaidl.h"
59
60 #ifdef __cplusplus
61 extern "C"{
62 #endif 
63
64
65 /* interface __MIDL_itf_wmsincomingcounters_0000_0000 */
66 /* [local] */ 
67
68 //*****************************************************************************
69 //
70 // Microsoft Windows Media
71 // Copyright (C) Microsoft Corporation. All rights reserved.
72 //
73 // Automatically generated by Midl from wmsincoming.idl
74 //
75 // DO NOT EDIT THIS FILE.
76 //
77 //*****************************************************************************
78 #ifndef _IWMSIncomingCounters
79 #define _IWMSIncomingCounters
80 typedef unsigned __int64 QWORD;
81
82 EXTERN_GUID( IID_IWMSIncomingCounters , 0xeded53ed,0x43b7,0x45ce,0x9c,0xbb,0xa8,0x72,0x92,0x3f,0x6a,0xae );
83
84
85 extern RPC_IF_HANDLE __MIDL_itf_wmsincomingcounters_0000_0000_v0_0_c_ifspec;
86 extern RPC_IF_HANDLE __MIDL_itf_wmsincomingcounters_0000_0000_v0_0_s_ifspec;
87
88 #ifndef __IWMSIncomingCounters_INTERFACE_DEFINED__
89 #define __IWMSIncomingCounters_INTERFACE_DEFINED__
90
91 /* interface IWMSIncomingCounters */
92 /* [unique][version][helpstring][uuid][object][local] */ 
93
94
95 EXTERN_C const IID IID_IWMSIncomingCounters;
96
97 #if defined(__cplusplus) && !defined(CINTERFACE)
98       
99       MIDL_INTERFACE("EDED53ED-43B7-45ce-9CBB-A872923F6AAE")
100       IWMSIncomingCounters : public IUnknown
101       {
102       public:
103              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AllocateRequestedBandwidth( 
104                     /* [in] */ DWORD dwAllocatedBandwidth) = 0;
105              
106              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AddIncomingData( 
107                     /* [in] */ DWORD dwDataLen) = 0;
108              
109              virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE ClearIncomingStats( void) = 0;
Lines 110 ... 119 are skipped.
120                     IWMSIncomingCounters * This,
121                     /* [in] */ REFIID riid,
122                     /* [iid_is][out] */ 
123                     __RPC__deref_out  void **ppvObject);
124              
125              ULONG ( STDMETHODCALLTYPE *AddRef )( 
126                     IWMSIncomingCounters * This);
127              
128              ULONG ( STDMETHODCALLTYPE *Release )( 
129                     IWMSIncomingCounters * This);
130              
131              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AllocateRequestedBandwidth )( 
132                     IWMSIncomingCounters * This,
133                     /* [in] */ DWORD dwAllocatedBandwidth);
134              
135              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AddIncomingData )( 
136                     IWMSIncomingCounters * This,
137                     /* [in] */ DWORD dwDataLen);
138              
139              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *ClearIncomingStats )( 
140                     IWMSIncomingCounters * This);
141              
142              END_INTERFACE
143       } IWMSIncomingCountersVtbl;
144
145       interface IWMSIncomingCounters
146       {
147              CONST_VTBL struct IWMSIncomingCountersVtbl *lpVtbl;
148       };
149
150       
151
152 #ifdef COBJMACROS
153
154
155 #define IWMSIncomingCounters_QueryInterface(This,riid,ppvObject)    \
156       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
157
158 #define IWMSIncomingCounters_AddRef(This)    \
159       ( (This)->lpVtbl -> AddRef(This) ) 
160
161 #define IWMSIncomingCounters_Release(This)    \
162       ( (This)->lpVtbl -> Release(This) ) 
163
164
165 #define IWMSIncomingCounters_AllocateRequestedBandwidth(This,dwAllocatedBandwidth)    \
166       ( (This)->lpVtbl -> AllocateRequestedBandwidth(This,dwAllocatedBandwidth) ) 
167
168 #define IWMSIncomingCounters_AddIncomingData(This,dwDataLen)    \
169       ( (This)->lpVtbl -> AddIncomingData(This,dwDataLen) ) 
170
171 #define IWMSIncomingCounters_ClearIncomingStats(This)    \
172       ( (This)->lpVtbl -> ClearIncomingStats(This) ) 
173
174 #endif /* COBJMACROS */
175
176
177 #endif     /* C style interface */
178
179
180
181
182 #endif     /* __IWMSIncomingCounters_INTERFACE_DEFINED__ */
183
184
185 /* interface __MIDL_itf_wmsincomingcounters_0000_0001 */
186 /* [local] */ 
187
188 #endif
189
190
191 extern RPC_IF_HANDLE __MIDL_itf_wmsincomingcounters_0000_0001_v0_0_c_ifspec;
192 extern RPC_IF_HANDLE __MIDL_itf_wmsincomingcounters_0000_0001_v0_0_s_ifspec;
193
194 /* Additional Prototypes for ALL interfaces */
195
196 /* end of Additional Prototypes */
197
198 #ifdef __cplusplus
199 }
200 #endif
201
202 #endif
203
204
205
206