VirtualBox

Changeset 14498 in vbox for trunk/include


Ignore:
Timestamp:
Nov 24, 2008 12:15:19 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39783
Message:

tstVMM: Print all module addresses; Fixed PDMR3LdrEnumModules callback.

File:
1 edited

Legend:

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

    r13832 r14498  
    8484 * @param   ImageBase       Address where to executable image is loaded.
    8585 * @param   cbImage         Size of the executable image.
    86  * @param   fGC             Set if guest context, clear if host context.
     86 * @param   fRC             Set if raw-mode context, clear if host context.
    8787 * @param   pvArg           User argument.
    8888 */
    89 typedef DECLCALLBACK(int) FNPDMR3ENUM(PVM pVM, const char *pszFilename, const char *pszName, RTUINTPTR ImageBase, size_t cbImage, bool fGC);
     89typedef DECLCALLBACK(int) FNPDMR3ENUM(PVM pVM, const char *pszFilename, const char *pszName, RTUINTPTR ImageBase, size_t cbImage, bool fRC, void *pvArg);
    9090/** Pointer to a FNPDMR3ENUM() function. */
    9191typedef FNPDMR3ENUM *PFNPDMR3ENUM;
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