Changeset 93468 in vbox for trunk/include/VBox
- Timestamp:
- Jan 27, 2022 9:17:12 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149580
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/stam.h
r93115 r93468 1341 1341 * @param pvSample Pointer to the data. enmType indicates the format of this data. 1342 1342 * @param enmUnit The unit. 1343 * @param pszUnit The unit as string. This is a permanent string, 1344 * same as returned by STAMR3GetUnit(). 1343 1345 * @param enmVisibility The visibility. 1344 1346 * @param pszDesc The description. … … 1346 1348 */ 1347 1349 typedef DECLCALLBACKTYPE(int, FNSTAMR3ENUM,(const char *pszName, STAMTYPE enmType, void *pvSample, STAMUNIT enmUnit, 1348 STAMVISIBILITY enmVisibility, const char *pszDesc, void *pvUser));1350 const char *pszUnit, STAMVISIBILITY enmVisibility, const char *pszDesc, void *pvUser)); 1349 1351 /** Pointer to a FNSTAMR3ENUM(). */ 1350 1352 typedef FNSTAMR3ENUM *PFNSTAMR3ENUM;
Note:
See TracChangeset
for help on using the changeset viewer.