.
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
The OBJECT_ATTRIBUTES structure specifies attributes that can be applied to objects or object handles by routines that create objects and/or return handles to objects.
10/7/2014 6:47:44 AM - -113.200.84.43
TODO - a short description
3/22/2014 7:52:28 AM - 76.185.54.97