ZwClose (ntdll)
Last changed: 76.185.54.97

.
Summary
TODO - a short description

C# Signature:

[DllImport("ntdll.dll")]
public static extern IntPtr ZwClose(IntPtr handle);

VB Signature:

Declare Sub ZwClose Lib "ntdll.dll" (Handle As Intptr)

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Use it for closing e.g. sectionHandle opened with ZwOpenSection.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
ZwClose on MSDN