Exemplo n.º 1
0
 public KernelResult GetThreadContext364([R(0)] ulong address, [R(1)] int handle)
 {
     return(_syscall.GetThreadContext3(address, handle));
 }