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

/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c673 static void PrintErrorInfo(const char *pszExecutable, const char *pszErrorMsg, HRESULT rc) function
747 PrintErrorInfo(argv0, "Error: Couldn't get the Machine reference", rc);
821 PrintErrorInfo(argv0, "Error: LaunchVMProcess failed", rc);
849 PrintErrorInfo(argv0, "could not get list of machines", rc);
1033 PrintErrorInfo(argv[0], "FATAL: could not get VirtualBox reference", rc);
1039 PrintErrorInfo(argv[0], "FATAL: could not get Session reference", rc);
1048 PrintErrorInfo(argv[0], "FATAL: could not get type information for IEventListener", rc);
1066 PrintErrorInfo(argv[0], "GetRevision() failed", rc);
1080 PrintErrorInfo(argv[0], "GetVersion() failed", rc);
1094 PrintErrorInfo(arg
[all...]

Completed in 44 milliseconds