Changeset 99739 in vbox for trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp
- Timestamp:
- May 11, 2023 1:01:08 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp
r98103 r99739 278 278 * Power On notification. 279 279 * 280 * @returns VBox status code.281 280 * @param pDrvIns The drive instance data. 282 281 */ … … 291 290 * Reset notification. 292 291 * 293 * @returns VBox status code.294 292 * @param pDrvIns The drive instance data. 295 293 */ … … 305 303 * Suspend notification. 306 304 * 307 * @returns VBox status code.308 305 * @param pDrvIns The drive instance data. 309 306 */ … … 318 315 * Resume notification. 319 316 * 320 * @returns VBox status code.321 317 * @param pDrvIns The drive instance data. 322 318 */
Note:
See TracChangeset
for help on using the changeset viewer.