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

/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp98 bool GetErrorMsg(DWORD dwLastError, _TCHAR *pszMsg, DWORD dwBufSize) function
371 /* Try error lookup with GetErrorMsg(). */
373 GetErrorMsg(dwRet, szErrMsg, sizeof(szErrMsg));

Completed in 73 milliseconds