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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp4131 * @param cbErrorInfo The size of the destination buffer.
4135 DECLHIDDEN(char *) supR3HardenedWinReadErrorInfoDevice(char *pszErrorInfo, size_t cbErrorInfo, const char *pszPrefix) argument
4137 RT_BZERO(pszErrorInfo, cbErrorInfo);
4166 if (cchPrefix + 3 < cbErrorInfo)
4171 &pszErrorInfo[cchPrefix], (ULONG)(cbErrorInfo - cchPrefix - 1), &offRead, NULL);
4175 pszErrorInfo[cbErrorInfo - 1] = '\0';
4186 RTStrCopy(pszErrorInfo, cbErrorInfo, "error info buffer too small");

Completed in 1369 milliseconds