NAME

NtCreateDirectoryObject  (NTDLL.@)

SYNOPSIS

 NTSTATUS NtCreateDirectoryObject
 (
  PHANDLE            DirectoryHandle,
  ACCESS_MASK        DesiredAccess,
  POBJECT_ATTRIBUTES ObjectAttributes
 )

DESCRIPTION

Create a namespace directory object.

PARAMS

DirectoryHandle [Out] Destination for the new directory handle.
DesiredAccess [In] Desired access to the directory.
ObjectAttributes [In] Structure describing the directory.

RETURNS

Success: ERROR_SUCCESS.

Failure: An NTSTATUS error code.

IMPLEMENTATION

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 Nov 2008.