// wdfdevice.h
VOID WdfDeviceClearRemovalRelationsDevices(
[in] WDFDEVICE Device
);
View the official Windows Driver Kit DDI referenceNo description available.
[Applies to KMDF only]
The WdfDeviceClearRemovalRelationsDevices method removes all devices from the list of devices that must be removed when a specified device is removed.
Device [in]A handle to a framework device object.
A bug check occurs if the driver supplies an invalid object handle.
WdfDeviceAddRemovalRelationsPhysicalDevice
WdfDeviceRemoveRemovalRelationsPhysicalDevice