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

/vbox/include/VBox/
H A Dvd-ifs.h824 char aszBuf[32]; local
825 int rc = pCfgIf->pfnQuery(pCfgIf->Core.pvUser, pszName, aszBuf, sizeof(aszBuf));
828 rc = RTStrToUInt64Full(aszBuf, 0, pu64);
849 char aszBuf[32]; local
850 int rc = pCfgIf->pfnQuery(pCfgIf->Core.pvUser, pszName, aszBuf, sizeof(aszBuf));
853 rc = RTStrToUInt64Full(aszBuf, 0, pu64);

Completed in 48 milliseconds