micetools/src/micetools/dll/comdevice.h

12 lines
184 B
C
Raw Normal View History

2022-06-13 03:22:52 +00:00
#include "com.h"
#include "files.h"
typedef struct com_device {
com_hook_t* com;
file_hook_t* file;
BYTE queue[2048];
DWORD filled;
HANDLE event;
} com_device_t;