mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[NTOS:IO] NtPlugPlayControl.PlugPlayControlUnlockDevice is not implemented
It was probably used in previous versions of Windows NT.
This commit is contained in:
@@ -1629,7 +1629,9 @@ NtPlugPlayControl(IN PLUGPLAY_CONTROL_CLASS PlugPlayControlClass,
|
||||
return PiControlSyncDeviceAction((PPLUGPLAY_CONTROL_DEVICE_CONTROL_DATA)Buffer,
|
||||
PlugPlayControlClass);
|
||||
|
||||
// case PlugPlayControlUnlockDevice:
|
||||
case PlugPlayControlUnlockDevice:
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
|
||||
case PlugPlayControlQueryAndRemoveDevice:
|
||||
if (!Buffer || BufferLength < sizeof(PLUGPLAY_CONTROL_QUERY_REMOVE_DATA))
|
||||
return STATUS_INVALID_PARAMETER;
|
||||
|
||||
Reference in New Issue
Block a user