[DllImport("kernel32.dll")]
private static extern bool Wow64SetThreadContext(IntPtr thread, int[] context);
[DllImport("ntdll.dll", SetLastError : true)]
def Wow64SetThreadContext(hThread as IntPtr, ref lpContext as Context) as bool:
pass
[DllImport("ntdll.dll", SetLastError : true)]
def Wow64SetThreadContext(hThread as IntPtr, lpContext as IntPtr) as bool:
pass
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!