Wow64SetThreadContext method
Implementation
int Wow64SetThreadContext(
ffi.Pointer<ffi.Void> hThread,
ffi.Pointer<WOW64_CONTEXT> lpContext,
) {
return (_Wow64SetThreadContext ??= _dylib.lookupFunction<
_c_Wow64SetThreadContext,
_dart_Wow64SetThreadContext>('Wow64SetThreadContext'))(
hThread,
lpContext,
);
}