SuspendThread method

int SuspendThread(
  1. Pointer<Void> hThread
)

Implementation

int SuspendThread(
  ffi.Pointer<ffi.Void> hThread,
) {
  return _SuspendThread(
    hThread,
  );
}