1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-12-02 16:37:17 +01:00
segatools-dniel97/hooklib/setupapi.h

9 lines
186 B
C
Raw Normal View History

#pragma once
#include <windows.h>
#include <stddef.h>
HRESULT setupapi_add_phantom_dev(const GUID *iface_class, const wchar_t *path);
2021-12-30 03:58:00 +01:00
void setupapi_hook_insert_hooks(HMODULE target);