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

/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp386 static bool vboxDrvCfgInfEnumerationCallback(LPCWSTR lpszFileName, PVOID pCtxt);
580 vboxDrvCfgInfEnumerationCallback(pRel, &Context);
635 static bool vboxDrvCfgInfEnumerationCallback(LPCWSTR lpszFileName, PVOID pCtxt) function
705 NonStandardLogRelCrap((__FUNCTION__": Calling vboxDrvCfgEnumFiles(wszInfDirPath, vboxDrvCfgInfEnumerationCallback, &Context)"));
706 hr = vboxDrvCfgEnumFiles(wszInfDirPath, vboxDrvCfgInfEnumerationCallback, &Context);

Completed in 33 milliseconds