2 references to NTSTATUS
Microsoft.VisualStudio.Extensibility.Testing.Xunit (2)
Windows.Win32.NTSTATUS.g.cs (2)
32 public static explicit operator NTSTATUS(int value) => new NTSTATUS(value); 48 public static explicit operator NTSTATUS(uint value) => new NTSTATUS((int)value);