NtGetContextThread
[DllImport("ntdll.dll", SetLastError = true)]
public static extern int NtGetContextThread(
IntPtr hThread,
ref CONTEXT lpContext
);Last updated
[DllImport("ntdll.dll", SetLastError = true)]
public static extern int NtGetContextThread(
IntPtr hThread,
ref CONTEXT lpContext
);Last updated