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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp289 UINT cFilesProcessed = 0; local
293 for (; cFilesProcessed < cInfPaths; cFilesProcessed++)
295 NonStandardLogFlow(("Installing INF file \"%ws\" ...\n", apInfPaths[cFilesProcessed]));
296 hr = VBoxDrvCfgInfInstall(apInfPaths[cFilesProcessed]);
317 HRESULT hr2 = VBoxDrvCfgInfUninstall(apInfPaths[cFilesProcessed], 0);
321 if (!cFilesProcessed)
323 } while (cFilesProcessed--);

Completed in 40 milliseconds