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

/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp261 DWORD cModels, cPlatform = 0, cPlatformCur, cResult = 0; local
278 for (DWORD i = 2; (hr = vboxDrvCfgInfQueryKeyValue(&InfCtx, i, &lpszPlatformCur, &cPlatformCur)) == S_OK; ++i)
303 cPlatform = cPlatformCur;

Completed in 44 milliseconds