3 references to HRESULT
System.Private.Windows.Core (3)
Windows.Win32.HRESULT.g.cs (2)
37
public static explicit operator HRESULT(int value) => new
HRESULT
(value);
54
public static explicit operator HRESULT(uint value) => new
HRESULT
((int)value);
Windows\Win32\Foundation\HRESULT.cs (1)
50
: new
HRESULT
(((int)error & 0x0000FFFF) | unchecked((int)0x80070000));