MCPcopy Create free account
hub / github.com/ByteCorum/DragonBurn / GetDriverPath

Method GetDriverPath

DragonBurn-kernel/intel_driver.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87std::wstring intel_driver::GetDriverPath() {
88 std::wstring temp = kdmUtils::GetFullTempPath();
89 if (temp.empty()) {
90 return L"";
91 }
92 return temp + L"\\" + GetDriverNameW();
93}
94
95bool intel_driver::IsRunning() {
96 const HANDLE file_handle = CreateFileW(L"\\\\.\\Nal", FILE_ANY_ACCESS, 0, nullptr, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, nullptr);

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected