Wow64SuspendThread function kernel32

int Wow64SuspendThread(
  1. int hThread
)

Suspends the specified WOW64 thread.

DWORD Wow64SuspendThread(
  HANDLE hThread
);

Implementation

int Wow64SuspendThread(int hThread) => _Wow64SuspendThread(hThread);