Changeset 5189 in vbox for trunk/include
- Timestamp:
- Oct 8, 2007 6:27:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/stam.h
r4071 r5189 1197 1197 * @param pszPat The name matching pattern. See somewhere_where_this_is_described_in_detail. 1198 1198 * If NULL all samples are reset. 1199 * @param fWithDesc Whether to include the descriptions. 1199 1200 * @param ppszSnapshot Where to store the pointer to the snapshot data. 1200 1201 * The format of the snapshot should be XML, but that will have to be discussed 1201 1202 * when this function is implemented. 1202 1203 * The returned pointer must be freed by calling STAMR3SnapshotFree(). 1203 * @param cchSnapshotWhere to store the size of the snapshot data. (Excluding the trailing '\0')1204 */ 1205 STAMR3DECL(int) STAMR3Snapshot(PVM pVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot);1204 * @param pcchSnapshot Where to store the size of the snapshot data. (Excluding the trailing '\0') 1205 */ 1206 STAMR3DECL(int) STAMR3Snapshot(PVM pVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot, bool fWithDesc); 1206 1207 1207 1208 /**
Note:
See TracChangeset
for help on using the changeset viewer.