Changeset 78314 in vbox for trunk/src/VBox
- Timestamp:
- Apr 26, 2019 8:29:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp
r78278 r78314 710 710 * @param R0Process If NIL_RTR0PROCESS map into system (kernel) memory. 711 711 * If not nil, it's the current process. 712 * @param offSub Offset into @a pMemToMap to start mapping. 713 * @param cbSub The number of bytes to map from @a pMapToMem. 0 if 714 * we're to map everything. Non-zero if @a offSub is 715 * non-zero. 712 716 */ 713 717 static int rtR0MemObjNtMap(PPRTR0MEMOBJINTERNAL ppMem, RTR0MEMOBJ pMemToMap, void *pvFixed, size_t uAlignment,
Note:
See TracChangeset
for help on using the changeset viewer.