Searched refs:ppszVerEx (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibAdditions.cpp41 static int vbglR3GetAdditionsCompileTimeVersion(char **ppszVer, char **ppszVerEx, char **ppszRev) argument
48 if (ppszVerEx)
49 rc = RTStrDupEx(ppszVerEx, VBOX_VERSION_STRING);
67 if (ppszVerEx)
69 RTStrFree(*ppszVerEx);
70 *ppszVerEx = NULL;
/vbox/include/VBox/
H A DVBoxGuestLib.h441 VBGLR3DECL(int) VbglR3GetAdditionsVersion(char **ppszVer, char **ppszVerEx, char **ppszRev);

Completed in 33 milliseconds