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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp1702 * @param ppszComment Where to store the pointer to the comment string.
1704 static void cpumR3InfoParseArg(const char *pszArgs, CPUMDUMPTYPE *penmType, const char **ppszComment) argument
1709 *ppszComment = "";
1730 *ppszComment = RTStrStripL(pszArgs);

Completed in 50 milliseconds