Changeset 61843 in vbox
- Timestamp:
- Jun 23, 2016 9:24:50 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r60603 r61843 5097 5097 const size_t cbSymbol = strlen(pReq->u.In.szSymbol) + 1; 5098 5098 void *pvSymbol = NULL; 5099 int rc = VERR_ GENERAL_FAILURE;5099 int rc = VERR_SYMBOL_NOT_FOUND; 5100 5100 Log3(("supdrvIOCtl_LdrGetSymbol: pvImageBase=%p szSymbol=\"%s\"\n", pReq->u.In.pvImageBase, pReq->u.In.szSymbol)); 5101 5101
Note:
See TracChangeset
for help on using the changeset viewer.

