VOID
IoAssignArcName(
IN PUNICODE_STRING ArcName,
IN PUNICODE_STRING DeviceName
);
IoAssignArcName creates a symbolic link between the ARC name of a physical device and the name of the corresponding device object when it has been created.
Drivers of hard disk devices need not call this routine. Drivers of other mass-storage devices, including floppy, CD_ROM, and tape devices, should call IoAssignArcName during their initialization.
Callers of IoAssignArcName must be running at IRQL PASSIVE_LEVEL.