Changeset 58339 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp
- Timestamp:
- Oct 20, 2015 1:58:22 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp
r57650 r58339 636 636 * We must not permanently modify any global data here. 637 637 * 638 * @param uNtDllAddr The address of the NTDLL. 638 * @param uNtDllAddr The address of the NTDLL. 639 * @param ppfnNtWaitForSingleObject Where to store the NtWaitForSingleObject 640 * address. 641 * @param ppfnNtSetEvent Where to store the NtSetEvent address. 639 642 */ 640 643 DECLHIDDEN(void) supR3HardenedWinGetVeryEarlyImports(uintptr_t uNtDllAddr,
Note:
See TracChangeset
for help on using the changeset viewer.