NtCreateSymbolicLinkObject (NTDLL.@)
NTSTATUS NtCreateSymbolicLinkObject ( OUT PHANDLE SymbolicLinkHandle, IN ACCESS_MASK DesiredAccess, IN POBJECT_ATTRIBUTES ObjectAttributes, IN PUNICODE_STRING TargetName )
Open a namespace symbolic link object.
SymbolicLinkHandle | [Out] | Destination for the new symbolic link handle. |
DesiredAccess | [In] | Desired access to the symbolic link. |
ObjectAttributes | [In] | Structure describing the symbolic link. |
TargetName | [In] | Name of the target symbolic link points to. |
Success: ERROR_SUCCESS.
Failure: An NTSTATUS error code.
Defined in "winternl.h".
Implemented in "dlls/ntdll/om.c". source.winehq.org/source/dlls/ntdll/om.c
Debug channel "ntdll".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.