segatools/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 02:58:00 +00:00
void setupapi_hook_insert_hooks(HMODULE target);