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 |
|
|
Library |
|
|
IRQL | PASSIVE_LEVEL |
|
DDI compliance rules | IrqlIoPassive4, PowerIrpDDis, HwStorPortProhibitedDDIs |
See also
Send comments about this topic to Microsoft
Build date: 5/2/2013
