NtClose (NTDLL.@)
NTSTATUS NtClose ( HANDLE Handle )
Close a handle reference to an object.
Handle | [In] | handle to close. |
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.