NtGetContextThread (ntdll)
Last changed: -186.136.223.176

.
Summary

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

Boo Signature:

[DllImport("ntdll.dll", SetLastError : true)]
def NtGetContextThread(ThreadHandle as IntPtr, ref lpContext as Context) as UInt32:
     pass

[DllImport("ntdll.dll", SetLastError : true)]
def NtGetContextThread(ThreadHandle as IntPtr, lpContext as IntPtr) as UInt32:
     pass

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