VirtualBox

Changeset 2287 in vbox


Ignore:
Timestamp:
Apr 20, 2007 10:53:11 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20652
Message:

PTRPMEVENT and PCTRPMEVENT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/trpm.h

    r2123 r2287  
    5555    TRPM_32BIT_HACK   = 0x7fffffff
    5656} TRPMEVENT;
     57/** Pointer to a TRPM event type. */
     58typedef TRPMEVENT *PTRPMEVENT;
     59/** Pointer to a const TRPM event type. */
     60typedef TRPMEVENT const *PCTRPMEVENT;
    5761
    5862/**
     
    6872 * @param   pVM                     The virtual machine.
    6973 * @param   pu8TrapNo               Where to store the trap number.
    70  * @param   pEnmType                Where to store the trap type
    71  */
    72 TRPMDECL(int)  TRPMQueryTrap(PVM pVM, uint8_t *pu8TrapNo, TRPMEVENT *pEnmType);
     74 * @param   pEnmType                Where to store the trap type.
     75 */
     76TRPMDECL(int)  TRPMQueryTrap(PVM pVM, uint8_t *pu8TrapNo, PTRPMEVENT pEnmType);
    7377
    7478/**
     
    186190 * @param   puCR2                   Where to store the CR2 associated with a trap 0E.
    187191 */
    188 TRPMDECL(int)  TRPMQueryTrapAll(PVM pVM, uint8_t *pu8TrapNo, TRPMEVENT *pEnmType, PRTGCUINT puErrorCode, PRTGCUINTPTR puCR2);
     192TRPMDECL(int)  TRPMQueryTrapAll(PVM pVM, uint8_t *pu8TrapNo, PTRPMEVENT pEnmType, PRTGCUINT puErrorCode, PRTGCUINTPTR puCR2);
    189193
    190194
Note: See TracChangeset for help on using the changeset viewer.

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