Vanara/UnitTests/PInvoke/Kernel32/IoApiSetTests.cs

15 lines
287 B
C#

using NUnit.Framework;
using System;
using System.Runtime.InteropServices;
using System.Text;
using Vanara.InteropServices;
using static Vanara.PInvoke.AdvApi32;
using static Vanara.PInvoke.Kernel32;
namespace Vanara.PInvoke.Tests
{
[TestFixture]
public class IoApiSetTests
{
}
}