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 audiopolicy.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 __audiopolicy_h__
43 #define __audiopolicy_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IAudioSessionEvents_FWD_DEFINED__
52 #define __IAudioSessionEvents_FWD_DEFINED__
53 typedef interface IAudioSessionEvents IAudioSessionEvents;
54 #endif     /* __IAudioSessionEvents_FWD_DEFINED__ */
55
56
57 #ifndef __IAudioSessionControl_FWD_DEFINED__
58 #define __IAudioSessionControl_FWD_DEFINED__
59 typedef interface IAudioSessionControl IAudioSessionControl;
60 #endif     /* __IAudioSessionControl_FWD_DEFINED__ */
61
62
63 #ifndef __IAudioSessionManager_FWD_DEFINED__
64 #define __IAudioSessionManager_FWD_DEFINED__
65 typedef interface IAudioSessionManager IAudioSessionManager;
66 #endif     /* __IAudioSessionManager_FWD_DEFINED__ */
67
68
69 /* header files for imported files */
70 #include "oaidl.h"
71 #include "ocidl.h"
72 #include "propidl.h"
Lines 73 ... 529 are skipped.
530       {
531              CONST_VTBL struct IAudioSessionManagerVtbl *lpVtbl;
532       };
533
534       
535
536 #ifdef COBJMACROS
537
538
539 #define IAudioSessionManager_QueryInterface(This,riid,ppvObject)    \
540       ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 
541
542 #define IAudioSessionManager_AddRef(This)    \
543       ( (This)->lpVtbl -> AddRef(This) ) 
544
545 #define IAudioSessionManager_Release(This)    \
546       ( (This)->lpVtbl -> Release(This) ) 
547
548
549 #define IAudioSessionManager_GetAudioSessionControl(This,AudioSessionGuid,StreamFlags,SessionControl)    \
550       ( (This)->lpVtbl -> GetAudioSessionControl(This,AudioSessionGuid,StreamFlags,SessionControl) ) 
551
552 #define IAudioSessionManager_GetSimpleAudioVolume(This,AudioSessionGuid,StreamFlags,AudioVolume)    \
553       ( (This)->lpVtbl -> GetSimpleAudioVolume(This,AudioSessionGuid,StreamFlags,AudioVolume) ) 
554
555 #endif /* COBJMACROS */
556
557
558 #endif     /* C style interface */
559
560
561
562
563 #endif     /* __IAudioSessionManager_INTERFACE_DEFINED__ */
564
565
566 /* Additional Prototypes for ALL interfaces */
567
568 /* end of Additional Prototypes */
569
570 #ifdef __cplusplus
571 }
572 #endif
573
574 #endif
575
576
577
578