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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp862 DWORD cchInf = RT_ELEMENTS(wszInf) - sizeof(NETLWF_INF_NAME) - 1; local
863 UINT uErr = MsiGetPropertyW(hModule, L"CustomActionData", wszInf, &cchInf);
866 if (cchInf)
868 if (wszInf[cchInf - 1] != L'\\')
870 wszInf[cchInf++] = L'\\';
871 wszInf[cchInf] = L'\0';

Completed in 48 milliseconds