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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceUtils.cpp264 LPTSTR pStrValue = NULL; local
265 if (!VerQueryValueA(pVerData, "\\StringFileInfo\\040904b0\\FileVersion", (LPVOID *)&pStrValue, &cchStrValue))
269 if (sscanf(pStrValue, "%ld.%ld.%ld.%ld", pdwMajor, pdwMinor, pdwBuildNumber, pdwRevisionNumber) != 4)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp131 static Utf8Str *GetExtraDataBoth(IVirtualBox *pVirtualBox, IMachine *pMachine, const char *pszName, Utf8Str *pStrValue);
481 * @returns pStrValue for the callers convenience.
485 * @param pStrValue Where to return it's value (empty string if not
488 static Utf8Str *GetExtraDataBoth(IVirtualBox *pVirtualBox, IMachine *pMachine, const char *pszName, Utf8Str *pStrValue) argument
490 pStrValue->setNull();
505 *pStrValue = bstrValue;
506 return pStrValue;

Completed in 261 milliseconds