Changeset 70616 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jan 17, 2018 8:50:21 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r70342 r70616 458 458 pDrvObj->MajorFunction[IRP_MJ_DEVICE_CONTROL] = vgdrvNtDeviceControl; 459 459 pDrvObj->MajorFunction[IRP_MJ_INTERNAL_DEVICE_CONTROL] = vgdrvNtInternalIOCtl; 460 /** @todo Need to call IoRegisterShutdownNotification or 461 * IoRegisterLastChanceShutdownNotification, possibly hooking the 462 * HalReturnToFirmware import in NTOSKRNL on older systems (<= ~NT4) and 463 * check for power off requests. */ 460 464 pDrvObj->MajorFunction[IRP_MJ_SHUTDOWN] = vgdrvNtShutdown; 461 465 pDrvObj->MajorFunction[IRP_MJ_READ] = vgdrvNtNotSupportedStub;
Note:
See TracChangeset
for help on using the changeset viewer.