Funzione Wow64SetThreadContext (wow64apiset.h)
Imposta il contesto del thread.
Sintassi
BOOL Wow64SetThreadContext(
HANDLE hThread,
const WOW64_CONTEXT *lpContext
);
Parametri
hThread
Handle per il thread.
lpContext
Contesto del thread.
Valore restituito
Restituisce True se il contesto è impostato. In caso contrario, False.
Requisiti
Client minimo supportato | Windows 10 versione 1903 |
Server minimo supportato | Windows Server, versione 1903 |
Intestazione | wow64apiset.h |
Libreria | Kernel32.lib |
DLL | Kernel32.dll |