Vanara/PInvoke/NTDll/NTDll.cs

9 lines
185 B
C#
Raw Normal View History

2018-08-29 14:56:26 -04:00
using System;
namespace Vanara.PInvoke
{
/// <summary>Platform invokable enumerated types, constants and functions from ntdll.h</summary>
public static partial class NTDll
{
}
}