2024-06-07 00:47:07 +02:00

12 lines
263 B
C#

using System;
using System.Runtime.InteropServices;
namespace NAudio.Wasapi.CoreAudioApi.Interfaces
{
[ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90")]
interface IAgileObject
{
}
}