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
|
Target platform | |
|---|---|
|
Version |
Available starting with Windows 2000. |
|
Header |
|
|
Library |
|
|
DLL |
|
|
IRQL |
PASSIVE_LEVEL |
|
DDI compliance rules | IrqlIoPassive4, PowerIrpDDis, HwStorPortProhibitedDDIs |
See also
Show: