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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp4128 * @returns pszErrorInfo.
4129 * @param pszErrorInfo The destination buffer. Will always be
4135 DECLHIDDEN(char *) supR3HardenedWinReadErrorInfoDevice(char *pszErrorInfo, size_t cbErrorInfo, const char *pszPrefix) argument
4137 RT_BZERO(pszErrorInfo, cbErrorInfo);
4171 &pszErrorInfo[cchPrefix], (ULONG)(cbErrorInfo - cchPrefix - 1), &offRead, NULL);
4174 memcpy(pszErrorInfo, pszPrefix, cchPrefix);
4175 pszErrorInfo[cbErrorInfo - 1] = '\0';
4176 SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: '%s'", &pszErrorInfo[cchPrefix]));
4180 *pszErrorInfo = '\0';
4186 RTStrCopy(pszErrorInfo, cbErrorInf
[all...]

Completed in 102 milliseconds