NtCreateSymbolicLinkObject(3w)

NAME

NtCreateSymbolicLinkObject (NTDLL.@)

SYNOPSIS

NTSTATUS NtCreateSymbolicLinkObject
 (
  OUT PHANDLE           SymbolicLinkHandle,
  IN ACCESS_MASK        DesiredAccess,
  IN POBJECT_ATTRIBUTES ObjectAttributes,
  IN PUNICODE_STRING    TargetName
 )

DESCRIPTION

Open a namespace symbolic link object.

PARAMS

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.

RETURNS

Success: ERROR_SUCCESS.

Failure: An NTSTATUS error code.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/om.c".

Debug channel "ntdll".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout