Searched defs:SetThreadContext (Results 1 – 2 of 2) sorted by relevance
83 STDMETHOD(SetThreadContext)(THIS_ PVOID Context,ULONG ContextSize) PURE; in DECLARE_INTERFACE_() local
66528 pub fn SetThreadContext(hThread: HANDLE, lpContext: *const CONTEXT) -> BOOL; in SetThreadContext() function