Searched refs:iResend (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp196 USHORT iResend; /**< number of retries allowed */ member in struct:_I8042CFGINF
511 for (unsigned j = 0; j < (unsigned)pDevExt->Cfg.iResend; j++)
1595 else if (pDevExt->KbdExt.ResendCount < pDevExt->Cfg.iResend)
2684 ULONG iResend = 0; local
2741 aQuery[0].Name = L"iResend";
2742 aQuery[0].EntryContext = &iResend;
2852 pCfg->iResend = defaultResendIterations;
2865 pCfg->iResend = (USHORT)iResend;

Completed in 51 milliseconds