Function SetThreadContext

Source
pub fn SetThreadContext(hthread: HANDLE, lpcontext: *const CONTEXT) -> i32
Expand description

Wrapper for the SetThreadContext function from KERNEL32.DLL.