6 references to FACILITY_CODE
System.Private.Windows.Core (6)
Windows\Win32\Foundation\HRESULT.cs (6)
15
public
FACILITY_CODE
Facility
18
=> (
FACILITY_CODE
)((Value >> 16) & 0x1fff);
31
public bool IsNtStatus => (Value & (int)
FACILITY_CODE
.FACILITY_NT_BIT) == (int)
FACILITY_CODE
.FACILITY_NT_BIT;
39
return new NTSTATUS(Value & ~(int)
FACILITY_CODE
.FACILITY_NT_BIT);
93
/// <see cref="
FACILITY_CODE
.FACILITY_CONTROL"/> is used for all VB errors raised as <see cref="HRESULT"/>s.