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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxCommon.cpp45 UINT uiRet = MsiGetPropertyW(a_hModule, a_pwszName, L"", &dwBuffer); local
46 if (uiRet == ERROR_MORE_DATA)
54 uiRet = MsiGetPropertyW(a_hModule, a_pwszName, a_pwszValue, &dwBuffer);
56 return uiRet;

Completed in 41 milliseconds