Changeset 39328 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Nov 16, 2011 10:53:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMFDriver.cpp
r38932 r39328 50 50 DriverObject->MajorFunction[IRP_MJ_INTERNAL_DEVICE_CONTROL] = VBoxIrpInternalIOCTL; 51 51 DriverObject->MajorFunction[IRP_MJ_PNP] = VBoxIrpPnP; 52 52 DriverObject->MajorFunction[IRP_MJ_POWER] = VBoxIrpPower; 53 53 54 54 NTSTATUS tmpStatus = VBoxNewProtInit(); … … 250 250 NTSTATUS VBoxIrpPower(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) 251 251 { 252 252 PVBOXMOUSE_DEVEXT pDevExt; 253 253 PAGED_CODE(); 254 254 LOGF_ENTER();
Note:
See TracChangeset
for help on using the changeset viewer.