Changeset 103464 in vbox for trunk/include
- Timestamp:
- Feb 20, 2024 2:35:20 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbggui.h
r98103 r103464 69 69 DECLCALLBACKMEMBER(void, pfnAdjustRelativePos,(PDBGGUI pGui, int x, int y, unsigned cx, unsigned cy)); 70 70 /** @copydoc DBGGuiShowStatistics */ 71 DECLCALLBACKMEMBER(int, pfnShowStatistics,(PDBGGUI pGui, const char *pszFilter, const char *pszExpand ));71 DECLCALLBACKMEMBER(int, pfnShowStatistics,(PDBGGUI pGui, const char *pszFilter, const char *pszExpand, const char *pszConfig)); 72 72 /** @copydoc DBGGuiShowCommandLine */ 73 73 DECLCALLBACKMEMBER(int, pfnShowCommandLine,(PDBGGUI pGui)); … … 152 152 * @param pszFilter Filter pattern. 153 153 * @param pszExpand Expand pattern. 154 * @param pszConfig Advanced filter configuration (min/max/regexp on 155 * sub-trees) and more. 154 156 */ 155 DBGDECL(int) DBGGuiShowStatistics(PDBGGUI pGui, const char *pszFilter, const char *pszExpand );157 DBGDECL(int) DBGGuiShowStatistics(PDBGGUI pGui, const char *pszFilter, const char *pszExpand, const char *pszConfig); 156 158 157 159 /**
Note:
See TracChangeset
for help on using the changeset viewer.