NtGetContextThread (ntdll)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("ntdll.dll", SetLastError=true)]
static extern TODO NtGetContextThread(TODO);

VB Signature:

<DllImport("ntdll")> Private Shared Function NtGetContextThread(ByVal hThr As IntPtr, ByVal CNTXT As UInteger()) As <MarshalAs(UnmanagedType.Bool)> Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation