Changeset 12101 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Sep 4, 2008 6:46:46 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36042
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm
r12100 r12101 391 391 NtWrapFunctionWith5Params RTR0MemObjMapKernel 392 392 NtWrapFunctionWith6Params RTR0MemObjMapUser 393 NtWrapFunctionWithAllRegParams RTR0MemObjAddress 394 NtWrapFunctionWithAllRegParams RTR0MemObjAddressR3 395 NtWrapFunctionWithAllRegParams RTR0MemObjSize 396 NtWrapFunctionWithAllRegParams RTR0MemObjIsMapping 397 NtWrapFunctionWithAllRegParams RTR0MemObjGetPagePhysAddr 393 ;NtWrapFunctionWithAllRegParams RTR0MemObjAddress - not necessary 394 ;NtWrapFunctionWithAllRegParams RTR0MemObjAddressR3 - not necessary 395 ;NtWrapFunctionWithAllRegParams RTR0MemObjSize - not necessary 396 ;NtWrapFunctionWithAllRegParams RTR0MemObjIsMapping - not necessary 397 ;NtWrapFunctionWithAllRegParams RTR0MemObjGetPagePhysAddr - not necessary 398 398 NtWrapFunctionWithAllRegParams RTR0MemObjFree 399 399 ;NtWrapFunctionWithAllRegParams RTProcSelf - not necessary
Note:
See TracChangeset
for help on using the changeset viewer.