// ntddk.h
void IoDeassignArcName(
[in] ArcName
);
View the official Windows Driver Kit DDI reference
No description available.
The IoDeassignArcName routine removes a symbolic link between the ARC name for a device and the named device object.
ArcName
[in]Pointer to a buffered Unicode string that is the ARC name.
IoDeassignArcName is generally called if the driver is deleting the device object, for example, when the driver is unloading.