VirtualBox

Changeset 97442 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Nov 8, 2022 4:09:49 AM (2 years ago)
Author:
vboxsync
Message:

VMM/GIM: Doxygen space nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/GIMAll.cpp

    r97377 r97442  
    449449 *
    450450 * @returns VBox status code.
    451  * @param   pVM         The cross context VM structure.
    452  * @param   pvBuf       The destination buffer.
    453  * @param   cbBuf       The size of the buffer.
    454  * @param   pcbWritten  Where to return the number of bytes written.  This is
    455  *                      reliably updated only on successful return.  Optional.
    456  * @param   puDisOpcode Where to return the disassembler opcode.  Optional.
     451 * @param   pVM             The cross context VM structure.
     452 * @param   pvBuf           The destination buffer.
     453 * @param   cbBuf           The size of the buffer.
     454 * @param   pcbWritten      Where to return the number of bytes written.  This is
     455 *                          reliably updated only on successful return.  Optional.
     456 * @param   puDisOpcode     Where to return the disassembler opcode.  Optional.
    457457 */
    458458VMM_INT_DECL(int) GIMQueryHypercallOpcodeBytes(PVM pVM, void *pvBuf, size_t cbBuf, size_t *pcbWritten, uint16_t *puDisOpcode)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette