Scroll to navigation

NtClose(3w) Wine API NtClose(3w)

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

Declared in "winternl.h".
Implemented in "dlls/ntdll/om.c".
Debug channel "ntdll".
Oct 2012 Wine API