Files
djhackersdev_bemanitools/src/main/geninput/hotplug.h
T

12 lines
226 B
C

#ifndef GENINPUT_HOTPLUG_H
#define GENINPUT_HOTPLUG_H
#include <dbt.h>
#include <windows.h>
void hotplug_init(HWND wnd);
void hotplug_handle_msg(WPARAM wparam, const DEV_BROADCAST_HDR *hdr);
void hotplug_fini(void);
#endif