master
1/*** Autogenerated by WIDL 10.4 from include/xaudio2fx.idl - Do not edit ***/
2
3#ifdef _WIN32
4#ifndef __REQUIRED_RPCNDR_H_VERSION__
5#define __REQUIRED_RPCNDR_H_VERSION__ 475
6#endif
7#include <rpc.h>
8#include <rpcndr.h>
9#endif
10
11#ifndef COM_NO_WINDOWS_H
12#include <windows.h>
13#include <ole2.h>
14#endif
15
16#ifndef __xaudio2fx_h__
17#define __xaudio2fx_h__
18
19/* Forward declarations */
20
21/* Headers for imported files */
22
23#include <unknwn.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29HRESULT __stdcall CreateAudioReverb(IUnknown **out);
30
31HRESULT __stdcall CreateAudioVolumeMeter(IUnknown **out);
32
33/* Begin additional prototypes for all interfaces */
34
35
36/* End additional prototypes */
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* __xaudio2fx_h__ */