WdfDeviceClearRemovalRelationsDevices - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfdevice.h

VOID WdfDeviceClearRemovalRelationsDevices(
  [in] WDFDEVICE Device
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfdevice-wdfdeviceclearremovalrelationsdevices)

WdfDeviceClearRemovalRelationsDevices function

Description

[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.

Parameters

Device [in]

A handle to a framework device object.

Remarks

A bug check occurs if the driver supplies an invalid object handle.

See also

WdfDeviceAddRemovalRelationsPhysicalDevice

WdfDeviceRemoveRemovalRelationsPhysicalDevice