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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp1470 PUSBSUP_VERSION pVer= (PUSBSUP_VERSION)pIrp->AssociatedIrp.SystemBuffer; local
1473 if (pVer && pSl->Parameters.DeviceIoControl.InputBufferLength == 0
1474 && pSl->Parameters.DeviceIoControl.OutputBufferLength == sizeof (*pVer))
1476 pVer->u32Major = USBDRV_MAJOR_VERSION;
1477 pVer->u32Minor = USBDRV_MINOR_VERSION;
1486 VBoxDrvToolIoComplete(pIrp, Status, sizeof (*pVer));

Completed in 46 milliseconds