Interop.Windows.NtDll.NtDll sealed class NtDll Documentation Code namespace Interop.Windows.NtDll { internal sealed class NtDll { public static extern uint RtlNtStatusToDosError(int Status); public NtDll(); } }