24 references to HRESULT
PresentationFramework (24)
System\Windows\Appearance\WindowBackdropManager.cs (1)
133
return new
HRESULT
((uint)dwmApiResult) == HRESULT.S_OK;
System\Windows\Standard\ErrorCodes.cs (23)
88
return new
HRESULT
((uint)error._value);
183
public static readonly HRESULT S_OK = new
HRESULT
(0x00000000);
185
public static readonly HRESULT S_FALSE = new
HRESULT
(0x00000001);
187
public static readonly HRESULT E_PENDING = new
HRESULT
(0x8000000A);
189
public static readonly HRESULT E_NOTIMPL = new
HRESULT
(0x80004001);
191
public static readonly HRESULT E_NOINTERFACE = new
HRESULT
(0x80004002);
193
public static readonly HRESULT E_POINTER = new
HRESULT
(0x80004003);
195
public static readonly HRESULT E_ABORT = new
HRESULT
(0x80004004);
197
public static readonly HRESULT E_FAIL = new
HRESULT
(0x80004005);
199
public static readonly HRESULT E_UNEXPECTED = new
HRESULT
(0x8000FFFF);
201
public static readonly HRESULT STG_E_INVALIDFUNCTION = new
HRESULT
(0x80030001);
203
public static readonly HRESULT REGDB_E_CLASSNOTREG = new
HRESULT
(0x80040154);
207
public static readonly HRESULT DESTS_E_NO_MATCHING_ASSOC_HANDLER = new
HRESULT
(0x80040F03);
210
public static readonly HRESULT DESTS_E_NORECDOCS = new
HRESULT
(0x80040F04);
213
public static readonly HRESULT DESTS_E_NOTALLCLEARED = new
HRESULT
(0x80040F05);
217
public static readonly HRESULT E_ACCESSDENIED = new
HRESULT
(0x80070005);
220
public static readonly HRESULT E_OUTOFMEMORY = new
HRESULT
(0x8007000E);
223
public static readonly HRESULT E_INVALIDARG = new
HRESULT
(0x80070057);
225
public static readonly HRESULT INTSAFE_E_ARITHMETIC_OVERFLOW = new
HRESULT
(0x80070216);
227
public static readonly HRESULT COR_E_OBJECTDISPOSED = new
HRESULT
(0x80131622);
229
public static readonly HRESULT WC_E_GREATERTHAN = new
HRESULT
(0xC00CEE23);
231
public static readonly HRESULT WC_E_SYNTAX = new
HRESULT
(0xC00CEE2D);
257
return new
HRESULT
((uint)((severe ? (1 << 31) : 0) | ((int)facility << 16) | code));