Changeset 70341 in vbox for trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp
- Timestamp:
- Dec 26, 2017 2:42:28 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119941
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp
r70336 r70341 93 93 /** KeSetTargetProcessorDpc - Introducted in NT 3.51. */ 94 94 decltype(KeSetTargetProcessorDpc) *g_pfnrtKeSetTargetProcessorDpc; 95 /** KeInitializeTimerEx - Introduced in NT 4. */ 96 decltype(KeInitializeTimerEx) *g_pfnrtKeInitializeTimerEx; 95 97 /** Pointer to the MmProtectMdlSystemAddress kernel function if it's available. 96 98 * This API was introduced in XP. */ … … 303 305 GET_SYSTEM_ROUTINE(KeSetImportanceDpc); 304 306 GET_SYSTEM_ROUTINE(KeSetTargetProcessorDpc); 307 GET_SYSTEM_ROUTINE(KeInitializeTimerEx); 305 308 GET_SYSTEM_ROUTINE(MmProtectMdlSystemAddress); 306 309 GET_SYSTEM_ROUTINE(MmAllocatePagesForMdl);
Note:
See TracChangeset
for help on using the changeset viewer.