Searched defs:hDeviceAdded (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c86 HEV hDeviceAdded; member in struct:__anon16412
262 g_Notifications[i].hDeviceAdded = 0;
406 HEV hDeviceAdded,
418 (hDeviceAdded==0 && hDeviceRemoved==0) )
424 if(hDeviceAdded!=0)
427 rc = DosQueryEventSem(hDeviceAdded,&ulCnt);
431 EventSet.ulSemDeviceAdd = hDeviceAdded;
453 g_Notifications[i].hDeviceAdded = hDeviceAdded;
481 HEV hDeviceAdded,
405 UsbRegisterChangeNotification( PUSBNOTIFY pNotifyID, HEV hDeviceAdded, HEV hDeviceRemoved) argument
480 UsbRegisterDeviceNotification( PUSBNOTIFY pNotifyID, HEV hDeviceAdded, HEV hDeviceRemoved, USHORT usVendor, USHORT usProduct, USHORT usBCDVersion) argument
[all...]

Completed in 35 milliseconds