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

/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp43 static const char *errorToString(DWORD dwErr) function
157 RTMsgError("CertAddSerializedElementToStore returned %s", errorToString(GetLastError()));
165 RTMsgError("CertAddCertificateContextToStore returned %s", errorToString(GetLastError()));
171 RTMsgError("CertOpenStore returned %s", errorToString(GetLastError()));
175 RTMsgError("CertCreateCertificateContext returned %s", errorToString(GetLastError()));
221 errorToString(GetLastError()), pszCertFile);
269 dwDst, pszStoreNm, errorToString(GetLastError()));
300 RTMsgError("CertGetNameStringW(Subject) failed: %s\n", errorToString(GetLastError()));
328 RTMsgError("CertDeleteFromStore('%ls') failed: %s\n", wszName, errorToString(GetLastError()));
331 RTMsgError("CertDuplicateCertificateContext('%ls') failed: %s\n", wszName, errorToString(GetLastErro
[all...]
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp211 Utf8Str GuestDnDResponse::errorToString(const ComObjPtr<Guest>& pGuest, int guestRc) function in class:GuestDnDResponse
307 GuestDnDResponse::errorToString(m_parent, rcOp).c_str());

Completed in 45 milliseconds