@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Closes a previously opened handle. !!!!C# Signature: [DllImport("ntdll.dll", ExactSpelling=true, SetLastError=false)] static extern int NtClose(IntPtr hObject); !!!!VB.NET Signature: <DllImport("ntdll.dll", ExactSpelling:=True, SetLastError:=False)> _ Public Shared Function NtClose(ByVal hObject As IntPtr) As Integer End Function !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: The same functionality as CloseHandle(). !!!!Sample Code: Please add some! Documentation: NtClose@msdn on MSDN
Edit ntdll.NtClose
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.