Vanara/PInvoke/QoS/Qwave.cs

11 lines
239 B
C#

using System;
using System.Runtime.InteropServices;
using Vanara.InteropServices;
namespace Vanara.PInvoke;
/// <summary>Items from Qwave.dll.</summary>
public static partial class Qwave
{
private const string Lib_Qwave = "qwave.dll";
}