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

/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp117 bool fWithDesc; member in struct:STAMR3SNAPSHOTONE
1790 * @param fWithDesc Whether to include the descriptions.
1797 VMMR3DECL(int) STAMR3Snapshot(PUVM pUVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot, bool fWithDesc)
1802 STAMR3SNAPSHOTONE State = { NULL, NULL, NULL, pUVM->pVM, 0, VINF_SUCCESS, fWithDesc };
1965 if (pThis->fWithDesc && pDesc->pszDesc)

Completed in 48 milliseconds