It appears to be working

This commit is contained in:
Benjamin Höglinger-Stelzer
2019-04-22 14:03:14 +02:00
parent 3f1286cbc9
commit 3408227bb1
7 changed files with 115 additions and 151 deletions

View File

@@ -5,10 +5,9 @@
class XusbNotificationRequest
{
HANDLE parent_bus;
XUSB_REQUEST_NOTIFICATION payload;
DWORD transferred;
OVERLAPPED overlapped;
HANDLE parent_bus_;
XUSB_REQUEST_NOTIFICATION payload_;
OVERLAPPED overlapped_;
public:
XusbNotificationRequest(HANDLE bus, ULONG serial, HANDLE notification);