[DllImport("ntdll.dll", ExactSpelling=true, SetLastError=false)]
static extern int NtClose(IntPtr hObject);
<DllImport("ntdll.dll", ExactSpelling:=True, SetLastError:=False)> _
Public Shared Function NtClose(ByVal hObject As IntPtr) As Integer
End Function
None.
Do you know one? Please contribute it!
None.
The same functionality as CloseHandle().
Please add some!