Wow64GetThreadContext method
Implementation
int Wow64GetThreadContext(
ffi.Pointer<ffi.Void> hThread,
ffi.Pointer<WOW64_CONTEXT> lpContext,
) {
return (_Wow64GetThreadContext ??= _dylib.lookupFunction<
_c_Wow64GetThreadContext,
_dart_Wow64GetThreadContext>('Wow64GetThreadContext'))(
hThread,
lpContext,
);
}