IoDeleteSymbolicLink - NtDoc

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

NTSTATUS IoDeleteSymbolicLink(
  [in] PUNICODE_STRING SymbolicLinkName
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-iodeletesymboliclink)

IoDeleteSymbolicLink function

Description

The IoDeleteSymbolicLink routine removes a symbolic link from the system.

Parameters

SymbolicLinkName [in]

Pointer 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.

See also

IoCreateSymbolicLink

IoCreateUnprotectedSymbolicLink

IoDeassignArcName