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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPIGlue.c103 static void setErrMsg(int fAlways, const char *pszFormat, ...) function
138 setErrMsg(1, "path buffer too small: %u bytes needed",
197 setErrMsg(1, "%.80s: pfnGetFunctions(%#x) returned incompatible version %#x",
204 setErrMsg(1, "%.80s: pfnGetFunctions(%#x) failed",
211 setErrMsg(1, "dlsym(%.80s/%.32s): %.128s",
214 setErrMsg(1, "GetProcAddress(%.80s/%.32s): %d",
229 setErrMsg(0, "dlopen(%.80s): %.160s", szName, dlerror());
231 setErrMsg(0, "LoadLibraryEx(%.80s): %d", szName, GetLastError());

Completed in 57 milliseconds