// wdm.h
NTSTATUS IoDeleteSymbolicLink(
[in] PUNICODE_STRING SymbolicLinkName
);
View the official Windows Driver Kit DDI reference
No description available.
The IoDeleteSymbolicLink routine removes a symbolic link from the system.
SymbolicLinkName
[in]Pointer to a buffered Unicode string that is the user-visible name for the symbolic link.
IoDeleteSymbolicLink returns STATUS_SUCCESS if the symbolic link object is deleted.
IoCreateUnprotectedSymbolicLink