Searched defs:ppszVerEx (Results 1 - 1 of 1) 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;

Completed in 51 milliseconds