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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/Install/
H A DUSBInstall.cpp119 int usblibOsChangeService(const char *pszDriverPath) argument
124 AssertPtr(pszDriverPath);
134 AssertMsg(hService, ("OpenService failed! LastError=%Rwa, pszDriver=%s\n", dwLastError, pszDriverPath));
144 pszDriverPath,
152 RTPrintf("Changed service config to new driver path: %s\n", pszDriverPath);
156 AssertMsg(hService, ("ChangeServiceConfig failed! LastError=%Rwa, pszDriver=%s\n", dwLastError, pszDriverPath));
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp181 * @param pszDriverPath Pointer to full qualified path to the driver's .INF file (+ driver files).
186 int VBoxInstallDriver(const BOOL fInstall, const _TCHAR *pszDriverPath, BOOL fSilent, argument
248 if (0 == GetFullPathNameW(pszDriverPath, MAX_PATH, szDriverInf, NULL))

Completed in 36 milliseconds