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

/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp228 LPWSTR lpszValue = (LPWSTR)malloc(cValue * sizeof (lpszValue[0])); local
229 NonStandardAssert(lpszValue);
230 if (!lpszValue)
232 NonStandardLogRelCrap((__FUNCTION__ ": SetCoTaskMemAlloc failed to alloc mem of size (%d), for iValue(%d)\n", cValue * sizeof (lpszValue[0]), dwErr, iValue));
236 if (!SetupGetStringFieldW(pCtx, iValue, lpszValue, cValue, &cValue))
241 free(lpszValue);
245 *lppszValue = lpszValue;

Completed in 45 milliseconds