Changeset 24197 in vbox for trunk/include
- Timestamp:
- Oct 30, 2009 2:43:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r24061 r24197 329 329 VMMDECL(PGMMODE) PGMGetHostMode(PVM pVM); 330 330 VMMDECL(const char *) PGMGetModeName(PGMMODE enmMode); 331 VMMDECL(bool) PGMHasDirtyPages(PVM pVM); 331 332 VMMDECL(int) PGMHandlerPhysicalRegisterEx(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS GCPhysLast, 332 333 R3PTRTYPE(PFNPGMR3PHYSHANDLER) pfnHandlerR3, RTR3PTR pvUserR3,
Note:
See TracChangeset
for help on using the changeset viewer.