NAME

NtClose  (NTDLL.@)

SYNOPSIS

 NTSTATUS NtClose
 (
  HANDLE Handle
 )

DESCRIPTION

Close a handle reference to an object.

PARAMS

Handle [In] handle to close.

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 © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.