3 references to FACILITY_NT_BIT
System.Private.Windows.Core (3)
Windows\Win32\Foundation\HRESULT.cs (3)
31public bool IsNtStatus => (Value & (int)FACILITY_CODE.FACILITY_NT_BIT) == (int)FACILITY_CODE.FACILITY_NT_BIT; 39return new NTSTATUS(Value & ~(int)FACILITY_CODE.FACILITY_NT_BIT);