Changeset 99739 in vbox for trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp
- Timestamp:
- May 11, 2023 1:01:08 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DrvKeyboardQueue.cpp
r98103 r99739 416 416 * Power On notification. 417 417 * 418 * @returns VBox status code.419 418 * @param pDrvIns The drive instance data. 420 419 */ … … 429 428 * Reset notification. 430 429 * 431 * @returns VBox status code.432 430 * @param pDrvIns The drive instance data. 433 431 */ … … 443 441 * Suspend notification. 444 442 * 445 * @returns VBox status code.446 443 * @param pDrvIns The drive instance data. 447 444 */ … … 456 453 * Resume notification. 457 454 * 458 * @returns VBox status code.459 455 * @param pDrvIns The drive instance data. 460 456 */
Note:
See TracChangeset
for help on using the changeset viewer.