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

/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp180 * @param fInstall Flag indicating whether to install (TRUE) or uninstall (FALSE) a driver.
186 int VBoxInstallDriver(const BOOL fInstall, const _TCHAR *pszDriverPath, BOOL fSilent, argument
198 if (fInstall)
255 if (fInstall)
262 if (!fInstall)
272 if (fInstall)
290 DWORD dwRet = fInstall ?

Completed in 80 milliseconds