示例#1
0
 public KernelResult CancelSynchronization64([R(0)] int handle)
 {
     return(_syscall.CancelSynchronization(handle));
 }