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

/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c426 ULONG ulCnt; local
427 rc = DosQueryEventSem(hDeviceAdded,&ulCnt);
436 ULONG ulCnt; local
437 rc = DosQueryEventSem(hDeviceRemoved,&ulCnt);
488 ULONG ulCnt,ulSize; local
502 rc = DosQueryEventSem(hDeviceAdded,&ulCnt);
505 rc = DosQueryEventSem(hDeviceRemoved,&ulCnt);

Completed in 1391 milliseconds