public static extern IntPtr ZwClose(IntPtr handle);
Declare Sub ZwClose Lib "ntdll.dll" (Handle As Intptr)
Dont forget to close the sectionHandle with ZwClose!