NtOpenDirectoryObject (NTDLL.@)
NTSTATUS NtOpenDirectoryObject ( PHANDLE DirectoryHandle, ACCESS_MASK DesiredAccess, POBJECT_ATTRIBUTES ObjectAttributes )
Open a namespace directory object.
DirectoryHandle | [Out] | Destination for the new directory handle. |
DesiredAccess | [In] | Desired access to the directory. |
ObjectAttributes | [In] | Structure describing the directory. |
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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.