4 references to E_FAIL
Microsoft.Private.Windows.Core (4)
Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs (4)
24
return new ExternalException(SR.GdiplusGenericError, (int)HRESULT.
E_FAIL
);
43
return new ExternalException(SR.GdiplusGenericError, (int)HRESULT.
E_FAIL
);
74
return new ExternalException(SR.GdiplusUnsupportedGdiplusVersion, (int)HRESULT.
E_FAIL
);
77
return new ExternalException(SR.GdiplusNotInitialized, (int)HRESULT.
E_FAIL
);