Changeset 97442 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Nov 8, 2022 4:09:49 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAll.cpp
r97377 r97442 449 449 * 450 450 * @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 is455 * 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. 457 457 */ 458 458 VMM_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.