Expand Minimize
0 out of 1 rated this helpful - Rate this topic

IoDeleteSymbolicLink routine

The IoDeleteSymbolicLink routine removes a symbolic link from the system.

Syntax


NTSTATUS IoDeleteSymbolicLink(
  _In_  PUNICODE_STRING SymbolicLinkName
);

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.

Requirements

Version

Available starting with Windows 2000.

Header

Wdm.h (include Wdm.h, Ntddk.h, or Ntifs.h)

Library

Contained in Ntoskrnl.lib.

IRQL

PASSIVE_LEVEL

DDI compliance rules

IrqlIoPassive4, PowerIrpDDis, HwStorPortProhibitedDDIs

See also

IoCreateSymbolicLink
IoCreateUnprotectedSymbolicLink
IoDeassignArcName

 

 

Send comments about this topic to Microsoft

Build date: 5/2/2013

© 2013 Microsoft. All rights reserved.