NTSTATUS
IoDeleteSymbolicLink(
IN PUNICODE_STRING SymbolicLinkName
);
IoDeleteSymbolicLink removes a symbolic link from the system.
Parameters
SymbolicLinkName
Points to a buffered Unicode string that is the user-visible name for the symbolic link.
Return Value
IoDeleteSymbolicLink returns STATUS_SUCCESS if the symbolic link object is deleted.
Comments
Callers of IoDeleteSymbolicLink must be running at IRQL PASSIVE_LEVEL.
See Also
IoCreateSymbolicLink, IoCreateUnprotectedSymbolicLink, IoDeassignArcName