Changeset 90520 in vbox for trunk/include
- Timestamp:
- Aug 4, 2021 9:37:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbggui.h
r85121 r90520 59 59 DECLCALLBACKMEMBER(void, pfnAdjustRelativePos,(PDBGGUI pGui, int x, int y, unsigned cx, unsigned cy)); 60 60 /** @copydoc DBGGuiShowStatistics */ 61 DECLCALLBACKMEMBER(int, pfnShowStatistics,(PDBGGUI pGui ));61 DECLCALLBACKMEMBER(int, pfnShowStatistics,(PDBGGUI pGui, const char *pszFilter, const char *pszExpand)); 62 62 /** @copydoc DBGGuiShowCommandLine */ 63 63 DECLCALLBACKMEMBER(int, pfnShowCommandLine,(PDBGGUI pGui)); … … 139 139 * @returns VBox status code. 140 140 * @param pGui The instance returned by DBGGuiCreate(). 141 * @param pszFilter Filter pattern. 142 * @param pszExpand Expand pattern. 141 143 */ 142 DBGDECL(int) DBGGuiShowStatistics(PDBGGUI pGui );144 DBGDECL(int) DBGGuiShowStatistics(PDBGGUI pGui, const char *pszFilter, const char *pszExpand); 143 145 144 146 /**
Note:
See TracChangeset
for help on using the changeset viewer.