- Timestamp:
- Jan 25, 2011 11:18:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
r35703 r35704 136 136 * @return Exit code (EXIT_OK, EXIT_FAIL) 137 137 * @param fInstall Flag indicating whether to install (TRUE) or uninstall (FALSE) a driver. 138 * @param pszDriverPath Full qualified path to the driver's .INF file (+ driver files).138 * @param pszDriverPath Pointer to full qualified path to the driver's .INF file (+ driver files). 139 139 * @param fSilent Flag indicating a silent installation (TRUE) or not (FALSE). 140 * @param pszLogFile Pointer to full qualified path to log file to be written during installation. 141 * Optional. 140 142 */ 141 143 int VBoxInstallDriver(const BOOL fInstall, const _TCHAR *pszDriverPath, BOOL fSilent,
Note:
See TracChangeset
for help on using the changeset viewer.