mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
Implement IoInvalidateDeviceRelations
svn path=/trunk/; revision=15201
This commit is contained in:
@@ -27,8 +27,15 @@ PDRIVER_OBJECT IopRootDriverObject;
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
PDEVICE_NODE FASTCALL
|
||||
IopGetDeviceNode(
|
||||
PDEVICE_OBJECT DeviceObject)
|
||||
{
|
||||
return DeviceObject->DeviceObjectExtension->DeviceNode;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
VOID
|
||||
STDCALL
|
||||
@@ -36,14 +43,7 @@ IoInvalidateDeviceRelations(
|
||||
IN PDEVICE_OBJECT DeviceObject,
|
||||
IN DEVICE_RELATION_TYPE Type)
|
||||
{
|
||||
CHECKPOINT1;
|
||||
}
|
||||
|
||||
PDEVICE_NODE FASTCALL
|
||||
IopGetDeviceNode(
|
||||
PDEVICE_OBJECT DeviceObject)
|
||||
{
|
||||
return DeviceObject->DeviceObjectExtension->DeviceNode;
|
||||
IopInvalidateDeviceRelations(IopGetDeviceNode(DeviceObject), Type);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user