3 references to NTSTATUS
System.Private.Windows.Core (3)
Windows.Win32.NTSTATUS.g.cs (2)
33 public static explicit operator NTSTATUS(int value) => new NTSTATUS(value); 49 public static explicit operator NTSTATUS(uint value) => new NTSTATUS((int)value);
Windows\Win32\Foundation\HRESULT.cs (1)
39return new NTSTATUS(Value & ~(int)FACILITY_CODE.FACILITY_NT_BIT);