Changeset 14498 in vbox for trunk/include
- Timestamp:
- Nov 24, 2008 12:15:19 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39783
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmapi.h
r13832 r14498 84 84 * @param ImageBase Address where to executable image is loaded. 85 85 * @param cbImage Size of the executable image. 86 * @param f GC Set if guestcontext, clear if host context.86 * @param fRC Set if raw-mode context, clear if host context. 87 87 * @param pvArg User argument. 88 88 */ 89 typedef DECLCALLBACK(int) FNPDMR3ENUM(PVM pVM, const char *pszFilename, const char *pszName, RTUINTPTR ImageBase, size_t cbImage, bool f GC);89 typedef DECLCALLBACK(int) FNPDMR3ENUM(PVM pVM, const char *pszFilename, const char *pszName, RTUINTPTR ImageBase, size_t cbImage, bool fRC, void *pvArg); 90 90 /** Pointer to a FNPDMR3ENUM() function. */ 91 91 typedef FNPDMR3ENUM *PFNPDMR3ENUM;
Note:
See TracChangeset
for help on using the changeset viewer.