We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a144ca1 commit bd01fa5Copy full SHA for bd01fa5
lib/DxcSupport/dxcapi.extval.cpp
@@ -42,7 +42,8 @@ HRESULT DxcDllExtValidationSupport::InitializeInternal(LPCSTR fnName) {
42
43
// Check if path is absolute and exists
44
if (!DllPath.is_absolute() || !std::filesystem::exists(DllPath)) {
45
- return ERROR_DLL_INIT_FAILED;
+ // ERROR_DLL_INIT_FAILED
46
+ return (HRESULT)1114L;
47
}
48
// code that calls this function is responsible for checking
49
// to see if dxil.dll is successfully loaded.
0 commit comments