Changeset 61761 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 20, 2016 9:30:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Type.cpp
r61759 r61761 813 813 * @returns VBox status code. 814 814 * @param pUVM The user mode VM handle. 815 * @param p Val The value to dump.815 * @param pType The type to dump. 816 816 * @param iLvl The current level. 817 817 * @param cLvlMax The maximum level. … … 948 948 * 949 949 * @returns VBox status code. 950 * @ paramVERR_NOT_FOUND if the type is not known.951 * @ paramVERR_RESOURCE_IN_USE if the type is used by another type.950 * @retval VERR_NOT_FOUND if the type is not known. 951 * @retval VERR_RESOURCE_IN_USE if the type is used by another type. 952 952 * @param pUVM The user mode VM handle. 953 953 * @param pszType The type identifier to deregister.
Note:
See TracChangeset
for help on using the changeset viewer.