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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp789 ULONG cbTrans; local
868 cbTrans = sizeof(KEYBOARD_INDICATOR_TRANSLATION)
871 if (irpSp->Parameters.DeviceIoControl.OutputBufferLength < cbTrans)
878 Irp->AssociatedIrp.SystemBuffer)->IndicatorList, (PCHAR)s_aIndicators, cbTrans);
880 Irp->IoStatus.Information = cbTrans;

Completed in 55 milliseconds