Changeset 2287 in vbox
- Timestamp:
- Apr 20, 2007 10:53:11 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/trpm.h
r2123 r2287 55 55 TRPM_32BIT_HACK = 0x7fffffff 56 56 } TRPMEVENT; 57 /** Pointer to a TRPM event type. */ 58 typedef TRPMEVENT *PTRPMEVENT; 59 /** Pointer to a const TRPM event type. */ 60 typedef TRPMEVENT const *PCTRPMEVENT; 57 61 58 62 /** … … 68 72 * @param pVM The virtual machine. 69 73 * @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 */ 76 TRPMDECL(int) TRPMQueryTrap(PVM pVM, uint8_t *pu8TrapNo, PTRPMEVENT pEnmType); 73 77 74 78 /** … … 186 190 * @param puCR2 Where to store the CR2 associated with a trap 0E. 187 191 */ 188 TRPMDECL(int) TRPMQueryTrapAll(PVM pVM, uint8_t *pu8TrapNo, TRPMEVENT *pEnmType, PRTGCUINT puErrorCode, PRTGCUINTPTR puCR2);192 TRPMDECL(int) TRPMQueryTrapAll(PVM pVM, uint8_t *pu8TrapNo, PTRPMEVENT pEnmType, PRTGCUINT puErrorCode, PRTGCUINTPTR puCR2); 189 193 190 194
Note:
See TracChangeset
for help on using the changeset viewer.