Tue, Apr 14, 2020 9:02:29 PM
This commit is contained in:
10
client/efi-mapper/kdmapper/service.hpp
Normal file
10
client/efi-mapper/kdmapper/service.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <string>
|
||||
#include <filesystem>
|
||||
|
||||
namespace service
|
||||
{
|
||||
bool RegisterAndStart(const std::string& driver_path);
|
||||
bool StopAndRemove(const std::string& driver_name);
|
||||
};
|
||||
Reference in New Issue
Block a user