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

/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c87 HEV hDeviceRemoved; member in struct:__anon16412
263 g_Notifications[i].hDeviceRemoved = 0;
407 HEV hDeviceRemoved)
418 (hDeviceAdded==0 && hDeviceRemoved==0) )
434 if(hDeviceRemoved!=0)
437 rc = DosQueryEventSem(hDeviceRemoved,&ulCnt);
441 EventSet.ulSemDeviceRemove = hDeviceRemoved;
454 g_Notifications[i].hDeviceRemoved = hDeviceRemoved;
482 HEV hDeviceRemoved,
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