7 lines
173 B
C
7 lines
173 B
C
#pragma once
|
|
|
|
#define PID_WIRED 0x007A
|
|
#define PID_WIRELESS 0x007B
|
|
|
|
// Enumerate through HID devices and find device path
|
|
void find_device_path(int pid, char *device_path);
|