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 wmsheaderline.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 __wmsheaderline_h__
43 #define __wmsheaderline_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IWMSHeaderLine_FWD_DEFINED__
52 #define __IWMSHeaderLine_FWD_DEFINED__
53 typedef interface IWMSHeaderLine IWMSHeaderLine;
54 #endif     /* __IWMSHeaderLine_FWD_DEFINED__ */
55
56
57 /* header files for imported files */
58 #include "objidl.h"
59
60 #ifdef __cplusplus
61 extern "C"{
62 #endif 
63
64
65 /* interface __MIDL_itf_wmsheaderline_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 wmsHeaderline.idl
74 //
75 // DO NOT EDIT THIS FILE.
76 //
77 //*****************************************************************************
78 #if _MSC_VER > 1000
79 #pragma once
80 #endif // _MSC_VER > 1000
81 EXTERN_GUID( IID_IWMSHeaderLine , 0x093c1b22,0x6bec,0x4fe7,0x9c,0x0e,0x7c,0xbe,0xff,0x1c,0x2b,0x78  );
82
83
84 extern RPC_IF_HANDLE __MIDL_itf_wmsheaderline_0000_0000_v0_0_c_ifspec;
85 extern RPC_IF_HANDLE __MIDL_itf_wmsheaderline_0000_0000_v0_0_s_ifspec;
86
87 #ifndef __IWMSHeaderLine_INTERFACE_DEFINED__
88 #define __IWMSHeaderLine_INTERFACE_DEFINED__
89
90 /* interface IWMSHeaderLine */
91 /* [helpstring][version][uuid][unique][object] */ 
92
93
94 EXTERN_C const IID IID_IWMSHeaderLine;
95
96 #if defined(__cplusplus) && !defined(CINTERFACE)
97       
98       MIDL_INTERFACE("093c1b22-6bec-4fe7-9c0e-7cbeff1c2b78")
99       IWMSHeaderLine : public IUnknown
100       {
Lines 101 ... 110 are skipped.
111              BEGIN_INTERFACE
112              
113              HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
114                     IWMSHeaderLine * This,
115                     /* [in] */ __RPC__in REFIID riid,
116                     /* [iid_is][out] */ 
117                     __RPC__deref_out  void **ppvObject);
118              
119              ULONG ( STDMETHODCALLTYPE *AddRef )( 
120                     IWMSHeaderLine * This);
121              
122              ULONG ( STDMETHODCALLTYPE *Release )( 
123                     IWMSHeaderLine * This);
124              
125              /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetValue )( 
126                     IWMSHeaderLine * This,
127                     /* [out] */ __RPC__deref_out_opt BSTR *pbstrValue);
128              
129              END_INTERFACE
130       } IWMSHeaderLineVtbl;
131
132       interface IWMSHeaderLine
133       {
134              CONST_VTBL struct IWMSHeaderLineVtbl *lpVtbl;
135       };
136
137       
138
139 #ifdef COBJMACROS
140
141
142 #define IWMSHeaderLine_QueryInterface(This,riid,ppvObject)    \
143       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
144
145 #define IWMSHeaderLine_AddRef(This)    \
146       ( (This)->lpVtbl -> AddRef(This) ) 
147
148 #define IWMSHeaderLine_Release(This)    \
149       ( (This)->lpVtbl -> Release(This) ) 
150
151
152 #define IWMSHeaderLine_GetValue(This,pbstrValue)    \
153       ( (This)->lpVtbl -> GetValue(This,pbstrValue) ) 
154
155 #endif /* COBJMACROS */
156
157
158 #endif     /* C style interface */
159
160
161
162
163 #endif     /* __IWMSHeaderLine_INTERFACE_DEFINED__ */
164
165
166 /* Additional Prototypes for ALL interfaces */
167
168 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
169 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
170 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
171 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
172
173 unsigned long                     __RPC_USER  BSTR_UserSize64(        unsigned long *, unsigned long                    , BSTR * ); 
174 unsigned char * __RPC_USER  BSTR_UserMarshal64(  unsigned long *, unsigned char *, BSTR * ); 
175 unsigned char * __RPC_USER  BSTR_UserUnmarshal64(unsigned long *, unsigned char *, BSTR * ); 
176 void                                    __RPC_USER  BSTR_UserFree64(        unsigned long *, BSTR * ); 
177
178 /* end of Additional Prototypes */
179
180 #ifdef __cplusplus
181 }
182 #endif
183
184 #endif
185
186
187
188