blob: a06b5f0de88d1b6008693417aa9e07707ddf04d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
//
// SwapAPO.idl -- Copyright (c) Microsoft Corporation. All rights reserved.
//
// Description:
//
// The interface and type definitions for Swap APO functionality.
//
import "oaidl.idl";
import "ocidl.idl";
import "audioenginebaseapo.idl";
// This is the SwapAPO interface.
[
object,
uuid(3865B91A-096E-4ACA-BF56-B17D49C77406),
pointer_default(unique)
]
interface ISwapAPOMFX : IUnknown
{
};
// This is the SwapAPO interface.
[
object,
uuid(658A4077-B277-4d14-97E1-0356044D8110),
pointer_default(unique)
]
interface ISwapAPOSFX : IUnknown
{
};
|