Wow64getthreadcontext

[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool Wow64GetThreadContext(IntPtr hThread,
   IntPtr lpContext
);

Microsoft documentation: Link

Last updated