Setthreadcontext
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool SetThreadContext(IntPtr hThread,
[In] ref CONTEXT lpContext
);Last updated
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool SetThreadContext(IntPtr hThread,
[In] ref CONTEXT lpContext
);Last updated