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

/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxGuestDrvInst.cpp434 TCHAR szInstallDir[MAX_PATH]; local
449 if (!GetModuleFileName(hExe, &szInstallDir[0], sizeof(szInstallDir)))
455 TCHAR *lastBackslash = wcsrchr(szInstallDir, L'\\');
468 rc=installVideoDriver(szInstallDir);

Completed in 42 milliseconds