1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-09-24 02:58:21 +02:00
segatools-hay1tsme/hooklib/setupapi.h
2023-02-13 03:07:36 -05:00

9 lines
186 B
C

#pragma once
#include <windows.h>
#include <stddef.h>
HRESULT setupapi_add_phantom_dev(const GUID *iface_class, const wchar_t *path);
void setupapi_hook_insert_hooks(HMODULE target);