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 amstream.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 __amstream_h__
43 #define __amstream_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IAMMultiMediaStream_FWD_DEFINED__
52 #define __IAMMultiMediaStream_FWD_DEFINED__
53 typedef interface IAMMultiMediaStream IAMMultiMediaStream;
54 #endif     /* __IAMMultiMediaStream_FWD_DEFINED__ */
55
56
57 #ifndef __IAMMediaStream_FWD_DEFINED__
58 #define __IAMMediaStream_FWD_DEFINED__
59 typedef interface IAMMediaStream IAMMediaStream;
60 #endif     /* __IAMMediaStream_FWD_DEFINED__ */
61
62
63 #ifndef __IMediaStreamFilter_FWD_DEFINED__
64 #define __IMediaStreamFilter_FWD_DEFINED__
65 typedef interface IMediaStreamFilter IMediaStreamFilter;
66 #endif     /* __IMediaStreamFilter_FWD_DEFINED__ */
67
68
69 #ifndef __IDirectDrawMediaSampleAllocator_FWD_DEFINED__
70 #define __IDirectDrawMediaSampleAllocator_FWD_DEFINED__
71 typedef interface IDirectDrawMediaSampleAllocator IDirectDrawMediaSampleAllocator;
72 #endif     /* __IDirectDrawMediaSampleAllocator_FWD_DEFINED__ */
Lines 73 ... 1413 are skipped.
1414
1415 #define IAMMediaTypeSample_GetMediaTime(This,pTimeStart,pTimeEnd)    \
1416       ( (This)->lpVtbl -> GetMediaTime(This,pTimeStart,pTimeEnd) ) 
1417
1418 #define IAMMediaTypeSample_SetMediaTime(This,pTimeStart,pTimeEnd)    \
1419       ( (This)->lpVtbl -> SetMediaTime(This,pTimeStart,pTimeEnd) ) 
1420
1421 #endif /* COBJMACROS */
1422
1423
1424 #endif     /* C style interface */
1425
1426
1427
1428
1429 #endif     /* __IAMMediaTypeSample_INTERFACE_DEFINED__ */
1430
1431
1432 /* interface __MIDL_itf_amstream_0000_0007 */
1433 /* [local] */ 
1434
1435 DEFINE_GUID(CLSID_AMMultiMediaStream, /* 49c47ce5-9ba4-11d0-8212-00c04fc32c45 */
1436 0x49c47ce5, 0x9ba4, 0x11d0, 0x82, 0x12, 0x00, 0xc0, 0x4f, 0xc3, 0x2c, 0x45);
1437 DEFINE_GUID(CLSID_AMDirectDrawStream, /* 49c47ce4-9ba4-11d0-8212-00c04fc32c45 */
1438 0x49c47ce4, 0x9ba4, 0x11d0, 0x82, 0x12, 0x00, 0xc0, 0x4f, 0xc3, 0x2c, 0x45);
1439 DEFINE_GUID(CLSID_AMAudioStream, /* 8496e040-af4c-11d0-8212-00c04fc32c45 */
1440 0x8496e040, 0xaf4c, 0x11d0, 0x82, 0x12, 0x00, 0xc0, 0x4f, 0xc3, 0x2c, 0x45);
1441 DEFINE_GUID(CLSID_AMAudioData, /* f2468580-af8a-11d0-8212-00c04fc32c45 */
1442 0xf2468580, 0xaf8a, 0x11d0, 0x82, 0x12, 0x00, 0xc0, 0x4f, 0xc3, 0x2c, 0x45);
1443 DEFINE_GUID(CLSID_AMMediaTypeStream, /* CF0F2F7C-F7BF-11d0-900D-00C04FD9189D */
1444 0xcf0f2f7c, 0xf7bf, 0x11d0, 0x90, 0xd, 0x0, 0xc0, 0x4f, 0xd9, 0x18, 0x9d);
1445
1446
1447 extern RPC_IF_HANDLE __MIDL_itf_amstream_0000_0007_v0_0_c_ifspec;
1448 extern RPC_IF_HANDLE __MIDL_itf_amstream_0000_0007_v0_0_s_ifspec;
1449
1450 /* Additional Prototypes for ALL interfaces */
1451
1452 /* end of Additional Prototypes */
1453
1454 #ifdef __cplusplus
1455 }
1456 #endif
1457
1458 #endif
1459
1460
1461
1462