IoDeassignArcName - NtDoc

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

void IoDeassignArcName(
  [in] ArcName
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-iodeassignarcname)

IoDeassignArcName macro

Description

The IoDeassignArcName routine removes a symbolic link between the ARC name for a device and the named device object.

Parameters

ArcName [in]

Pointer to a buffered Unicode string that is the ARC name.

Remarks

IoDeassignArcName is generally called if the driver is deleting the device object, for example, when the driver is unloading.

See also

IoAssignArcName