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

/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c669 * @param pszExecutable string with the executable name
673 static void PrintErrorInfo(const char *pszExecutable, const char *pszErrorMsg, HRESULT rc) argument
677 fprintf(stderr, "%s: %s (rc=%#010x)\n", pszExecutable, pszErrorMsg, (unsigned)rc);

Completed in 82 milliseconds