Changeset 87705 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Feb 11, 2021 12:02:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r87701 r87705 5641 5641 * 5642 5642 * @returns VINF_SUCCESS or error code (no info statuses). 5643 * @param pDevExt Device globals. 5643 5644 * @param pWrappedModInfo The wrapped module info. 5644 5645 * @param pvNative OS specific information. … … 5999 6000 * Deregisters a wrapped .r0 module. 6000 6001 * 6002 * @param pDevExt Device globals. 6001 6003 * @param pWrappedModInfo The wrapped module info. 6002 6004 * @param phMod Where to store the module is stored (NIL'ed on
Note:
See TracChangeset
for help on using the changeset viewer.