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

15 lines
350 B
C#

using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
namespace NAudio.CoreAudioApi.Interfaces
{
[Guid("45d37c3f-5140-444a-ae24-400789f3cbf3"),
InterfaceType(ComInterfaceType.InterfaceIsIUnknown),
ComImport]
public interface IControlInterface
{
}
}