util/setupapi.c: Add hook for SETUPAPI lib

This commit is contained in:
Tau
2018-11-07 16:44:11 -05:00
parent 91a08b6abb
commit c0b20d5a13
3 changed files with 330 additions and 0 deletions

7
util/setupapi.h Normal file
View File

@ -0,0 +1,7 @@
#pragma once
#include <windows.h>
#include <stddef.h>
HRESULT setupapi_add_phantom_dev(const GUID *iface_class, const wchar_t *path);