VirtualBox

Ignore:
Timestamp:
Jun 19, 2007 12:09:43 PM (18 years ago)
Author:
vboxsync
Message:

A IRP_MJ_SYSTEM_CONTROL handler is required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp

    r3104 r3156  
    153153    pDrvObj->MajorFunction[IRP_MJ_PNP]                = VBoxGuestPnP;
    154154    pDrvObj->MajorFunction[IRP_MJ_POWER]              = VBoxGuestPower;
    155 //    pDrvObj->MajorFunction[IRP_MJ_SYSTEM_CONTROL]     = VBoxGuestSystemControl;
     155    pDrvObj->MajorFunction[IRP_MJ_SYSTEM_CONTROL]     = VBoxGuestNotSupportedStub;
    156156    pDrvObj->DriverExtension->AddDevice               = (PDRIVER_ADD_DEVICE)VBoxGuestAddDevice;
    157157#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette