Changeset 99739 in vbox for trunk/src/VBox/Storage/testcase/VDScriptStack.h
- Timestamp:
- May 11, 2023 1:01:08 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/VDScriptStack.h
r98103 r99739 57 57 * Init the stack structure. 58 58 * 59 * @returns nothing.60 59 * @param pStack The stack to initialize. 61 60 * @param cbStackEntry The size of one stack entry. … … 72 71 * Destroys the given stack freeing all memory. 73 72 * 74 * @returns nothing.75 73 * @param pStack The stack to destroy. 76 74 */ … … 135 133 * Increases the used element count for the given stack. 136 134 * 137 * @returns nothing.138 135 * @param pStack The stack. 139 136 */ … … 146 143 * Decreases the used element count for the given stack. 147 144 * 148 * @returns nothing.149 145 * @param pStack The stack. 150 146 */
Note:
See TracChangeset
for help on using the changeset viewer.