mirror of
https://github.com/TheCruZ/kdmapper
synced 2026-06-06 16:54:27 +00:00
11 lines
215 B
C++
11 lines
215 B
C++
#pragma once
|
|
#include <Windows.h>
|
|
#include <string>
|
|
|
|
#include "intel_driver.hpp"
|
|
|
|
namespace service
|
|
{
|
|
bool RegisterAndStart(const std::wstring& driver_path);
|
|
bool StopAndRemove(const std::wstring& driver_name);
|
|
}; |