ZwOpenSection (ntdll)
Last changed: -109.84.123.135

.
Summary
TODO - a short description

C# Signature:

[DllImport("ntdll.dll")]
public static extern IntPtr ZwOpenSection(
      out IntPtr sectionHandle, uint desiredAccess, ref OBJECT_ATTRIBUTES attributes);

VB Signature:

Declare Function ZwOpenSection Lib "ntdll.dll" (TODO) As TODO

User-Defined Types:

OBJECT_ATTRIBUTES

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Dont forget to close the sectionHandle with ZwClose!

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation