Changeset 37249 in vbox for trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
- Timestamp:
- May 30, 2011 10:03:45 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71971
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r37228 r37249 577 577 * @returns IPRT status code. 578 578 * @param pDevExt The device globals. 579 * @param pImage The image data (up to date except for some580 * entry point pointers).579 * @param pImage The image data (up to date). Adjust entrypoints 580 * and exports if necessary. 581 581 * @param pbImageBits The image bits as loaded by ring-3. 582 */ 583 int VBOXCALL supdrvOSLdrLoad(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const uint8_t *pbImageBits); 582 * @param pReq Pointer to the request packet so that the VMMR0 583 * entry points can be adjusted. 584 */ 585 int VBOXCALL supdrvOSLdrLoad(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const uint8_t *pbImageBits, PSUPLDRLOAD pReq); 584 586 585 587
Note:
See TracChangeset
for help on using the changeset viewer.