Changeset 88305 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 26, 2021 9:14:59 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143522
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdrv.h
r87761 r88305 1038 1038 * @param enmType Sample type. This indicates what pvSample is pointing at. 1039 1039 * @param pszName Sample name. The name is on this form "/<component>/<sample>". 1040 * Further nesting is possible. 1040 * Further nesting is possible. If this does not start 1041 * with a '/', the default prefix will be prepended, 1042 * otherwise it will be used as-is. 1041 1043 * @param enmUnit Sample unit. 1042 1044 * @param pszDesc Sample description. … … 1055 1057 * @param enmUnit Sample unit. 1056 1058 * @param pszDesc Sample description. 1057 * @param pszName The sample name format string. 1059 * @param pszName The sample name format string. If this does not start 1060 * with a '/', the default prefix will be prepended, 1061 * otherwise it will be used as-is. 1058 1062 * @param ... Arguments to the format string. 1059 1063 */ … … 1072 1076 * @param enmUnit Sample unit. 1073 1077 * @param pszDesc Sample description. 1074 * @param pszName The sample name format string. 1078 * @param pszName The sample name format string. If this does not 1079 * start with a '/', the default prefix will be prepended, 1080 * otherwise it will be used as-is. 1075 1081 * @param args Arguments to the format string. 1076 1082 */
Note:
See TracChangeset
for help on using the changeset viewer.